gitdiff.vba v2
I released version 2 of my gitdiff.vba vim script.
It now supports two features:
-
:GITDiff [commitish]
Split the vim window vertically, display the HEAD, or some other changeset, version of the file in the split, then diff them.
-
:GITChanges [commitish]
Highlight lines that were changed since the HEAD or some other changeset.
I also started using the VimBall script, which is a package format
for vim scripts. So to install it, you need to first have the vimball extension. Further, if you have the
GetLatestVimScripts you can use the :GLVS
commands to
automatically upgrade your packages.
Next, I want to merge in maddcoder’s gitcommit.vim script, and call the result something more grand like ‘vim-gittools.vba’.