Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yav/haskell-vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: neovimhaskell/haskell-vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 5 contributors

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    e12e697 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Highlight numbers that have numeric underscores

    Signed-off-by: Michal Terepeta <[email protected]>
    michalt committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    3699da3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Use shiftwidth() to shift to tabstop when 0

    shiftwidth() the function "was introduced with patch 7.3.694 in 2012;
    everybody should have it by now," says the vim documentation.
    chkno committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    8be1c40 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Very minor typo fix

    I'm pretty sure that those were supposed to be capital Z's, otherwise why would `[a-z]` and `_` be added separately?
    isti115 authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2c98dfb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request neovimhaskell#110 from tomsmalley/master

    Highlight Cabal 2.2 common stanzas
    raichoo authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    62e5a2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request neovimhaskell#121 from Isti115/patch-1

    Very minor typo fix
    raichoo authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9afc512 View commit details
    Browse the repository at this point in the history
  3. Merge pull request neovimhaskell#116 from chkno/shiftwidth-function

    Use shiftwidth() to shift by tabstop when shiftwidth=0
    raichoo authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f151dfc View commit details
    Browse the repository at this point in the history
  4. add "deriving via" support

    raichoo authored and raichoo committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    d876a1c View commit details
    Browse the repository at this point in the history
  5. Merge pull request neovimhaskell#114 from michalt/numeric-underscores

    Highlight numbers that have underscores
    raichoo authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f35d022 View commit details
    Browse the repository at this point in the history
Loading