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

Conversation

arcticicestudio
Copy link
Contributor

Closes #66

The official git.vim and diff.vim syntax uses different groups for diff:

These groups are not in the official vim documentation, but are still used by the syntax for example when run with git commit --verbose

This PR links these legacy groups to their respective groups.

Before

After

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 arcticicestudio added hacktoberfest This repository participates in the Hacktoberfest type-improvement labels Oct 31, 2017
@arcticicestudio arcticicestudio added this to the 0.7.0 milestone Oct 31, 2017
@arcticicestudio arcticicestudio self-assigned this Oct 31, 2017
@arcticicestudio arcticicestudio merged commit 99e59e6 into develop Oct 31, 2017
@arcticicestudio arcticicestudio deleted the improvement/gh-66-link-diffAdded-and-diffRemoved branch October 31, 2017 10:37
@arcticicestudio arcticicestudio removed their assignment Oct 31, 2017
@dylnmc
Copy link
Contributor

dylnmc commented Oct 31, 2017

👏 🎊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add highlight support for diffAdded and diffRemoved
3 participants