Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link legacy diff groups for git.vim and diff.vim syntax #67

Merged

Commits on Oct 31, 2017

  1. Link legacy diff groups for git- and diff syntax

    The official "git.vim" and "diff.vim" syntax uses different groups for
    diff:
    
    * diffAdded (1)
    * diffRemoved (1)
    * diffChanged (2)
    
    This commit links these legacy groups to the official documented diff
    groups.
    
    References:
      (1) https://github.com/vim/vim/search?q=diffAdded+diffRemoved
      (2) https://github.com/vim/vim/search?q=diffChanged
    
    GH-66
    arcticicestudio committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    93f29c0 View commit details
    Browse the repository at this point in the history