Windows: 8.1
Vim: 7.4
Git for Windows: 2.6.1.windows.1
I'm having trouble getting vimagit running on my Windows box.
Git is in my path (and running :!git in the command-line window opens a Windows command prompt in which the command cmd.exe /c (git) successfully prints out the git usage message, followed by shell returned 1 Hit any key to close this window....
However, I get the behaviour described in issue #39. If I set up g:magit_git_cmd as described in issue #39, then I get the following behaviour on running :Magit:
The following message is printed:
Error detected while processing function magit#show_magit..magit#update_buffer:
line 3:
Not in magit buffer but in magit:\[path to my git repo]\
Press ENTER or type command to continue
A vertical split is opened with an buffer with no contents and with path: \magit:\\[path to my git repo]\
Windows: 8.1 Vim: 7.4 Git for Windows: 2.6.1.windows.1
I'm having trouble getting vimagit running on my Windows box.
Git is in my path (and running
:!git
in the command-line window opens a Windows command prompt in which the commandcmd.exe /c (git)
successfully prints out the git usage message, followed byshell returned 1 Hit any key to close this window...
.However, I get the behaviour described in issue #39. If I set up
g:magit_git_cmd
as described in issue #39, then I get the following behaviour on running:Magit
:The following message is printed:
Error detected while processing function magit#show_magit..magit#update_buffer: line 3: Not in magit buffer but in magit:\[path to my git repo]\ Press ENTER or type command to continue
A vertical split is opened with an buffer with no contents and with path:
\magit:\\[path to my git repo]\