I\'ve just started running Vim under cygwin via puttycyg. I find this much better than gVim under windows ;)
I\'ve been using git along with fugitive.vim to manage code when I\'m on windows. However, I\'ve run into a problem. According to the documentation, the :GDiff command should a diff wi开发者_运维问答n
I开发者_Python百科\'ve just discovered fugitive.vim, which is pretty cool. However, I\'ve run into a problem (this is using windows xp, msys git 1.7, fugitive.vim 1.1, and gvim 7.2). Adding files to t
I am using vim with the fugitive extension. It has a :Gdiff command which brings you into vimdiff mode, but what is the right/quick way to close/quit vimdiff mode?