从 Cygwin 运行 Windows gvim 时无法使用 vim-fugitive

从 Cygwin 运行 Windows gvim 时无法使用 vim-fugitive

我正在 Cygwin 中运行 Windows 版本的 gvim,我已根据此在 bashrc 中设置了一个别名回答

alias gvim="HOME=/c/Users/user cygstart /c/Program\ Files\ \(x86\)/vim/vim74/gvim.exe"

当 gvim 从 cygwin 启动时,我的 _vimrc 和 _gvimrc 工作正常。

但是当使用 vim-fugitive 时出现此错误:

/bin/bash -c "git --git-dir="D:/documents/.git" status"
The system cannot find the path specified.
shell returned 1
Hit any key to close this window...

关于如何从 cygwin 启动的 gvim 中运行 vim-fugitive 有什么建议吗?

相关内容