I have just installed fugitive and it's working pretty nicely. There appears to be something wrong with :Gdiff
though, probably due to an incompatible setting somewhere that I'm hoping you can help me identify. When I run the command, the colours on the screen just go crazy, and nothing useful is happening as far as I can tell, such as highlighting changed lines.
Any clue what could be the problem or where I should look first?
I'm using Gvim x64 for Windows. Here is the output of gvim.exe --version
and here is a list of my installed bundles:
SingleCompile l9 nerdcommenter nerdtree pathogen pylint smooth_scroll snipmate supertab surround vim-fugitive vim-indent-guides vim-powerline vim-scriptease
Screenshots
Here is how a normal window looks in gvim.exe with my configuration:
This is how it looks when I :Gdiff
(with no changes to the file):
And this is how it looks when I :Gdiff
and the file has an unstaged change. (I added 2 lines above line 13).