-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gdiff not working after updating to Git 2.5.0 #680
Comments
Try doing it manually:
Same error? |
Hi @tpope . Thanks for the quick reply. Doing it manually generates the same |
On which step? |
If it's on |
@tpope, I have no idea if this is in fact the cause of my problem but according to this answer Git 2.5 added winmerge as a builtin tool. |
@petobens What does |
Hi @justinmk, thanks for your interest. |
Oh, I get it. The tuxproject build does not include |
Just plop a |
@justinmk thank you!! I copied the |
@justinmk also thanks for your awesome work in neovim! (I hope to try it one of these days on Windows) . |
With the following minimal vimrc:
If I open Gvim, start editing a file with uncommited changes and run
:Gdiff
I get an error stating:I read this issue but the solution posted there doesn't work in my Windows machine since
set shellcmdflag?
returnsshellcmdflag=/c
.For the record
:Gdiff
worked just fine until yesterday when I decided to update fromGit 1.9.0
toGit 2.5.0
.Any help will be greatly appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: