Closed spinlock99 closed 5 years ago
The issue was that my git version was 2.17 which doesn't implement column
I upgraded to git v2.19 and Ggrep
is working perfectly again.
The only place I could find column in the code does test the git version so I don't know where this behavior could be coming from:
https://github.com/tpope/vim-fugitive/blob/master/autoload/fugitive.vim#L2800
Definitely still a bug. Is there any way you could reproduce your old setup and check :echo fugitive#GitVersion(2, 19)
? There's probably something wrong there, perhaps because it's using a different version of Git for testing versus execution.
Oh, check if g:fugitive_git_executable
and g:fugitive_git_command
are the same.
OK, I removed homebrew's git and I'm just using the one from Apple's DevTools:
$ git --version
git version 2.17.2 (Apple Git-113)
:echo fugitive#GitVersion(2, 19)
evaluates to 1
g:fugitive_git_executable
is git
but it looks like g:fugitive_git_command
isn't defined.
I just upgraded and commit 8899468
fixes this bug.
Thanks!
After a recent update,
Ggrep
has stopped working for me. It is failing with the following error: