You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks a lot for your contribution to this project and other vim plugins. You're making the world a better place.
I've noticed that the git and gitcommit syntax for gitDiffAdded and gitDiffRemoved don't work if an empty space is added in the code section, for example,
I looked into the git.vim syntax file and found out that it works if I make a small change in the gitDiff syntax by deleting the \!$ in the end condition like these:
Hello Tim Pope,
First of all, thanks a lot for your contribution to this project and other vim plugins. You're making the world a better place.
I've noticed that the
git
andgitcommit
syntax forgitDiffAdded
andgitDiffRemoved
don't work if an empty space is added in the code section, for example,I looked into the
git.vim
syntax file and found out that it works if I make a small change in thegitDiff
syntax by deleting the\!$
in theend
condition like these:After fixing the syntax:
I don't think this is the right way to fix this issue and am wondering if this is an issue only for me.
Could you explain why this is happening?
Thanks.
The text was updated successfully, but these errors were encountered: