I’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 the index and checking the status works just fine, but when I do a :GCommit, a command prompt flashes for a second and nothing happens. No way to type a commit message and nothing is committed. Is this a bug? Am I doing something wrong?
I’ve just discovered fugitive.vim, which is pretty cool. However, I’ve run into a problem
Share
It looks like issue 428 of msysgit.
(From issue 467)
Reported by michaelrgeddes, Apr 07, 2010
Solution: patch the
cmd/git.cmdscript of your current msysgit installation.cmd/git.cmd | 6 ++++–
1 files changed, 4 insertions(+), 2 deletions(-)