vim-fugitive now works correctly with vcsh
John Whitley
whitley at bangpath.org
Thu Nov 6 22:19:41 CET 2014
My PR for tpope/vim-fugitive#415 [1] on GitHub was just accepted, which enhances vim-fugitive to work with vcsh. More specifically, fugitive now works correctly when $GIT_DIR is set ,but core.worktree is set instead of $GIT_WORK_TREE.
Vim users, after updating to the latest vim-fugitive, the following now works:
>> vcsh <some repo>
>> vi
# :Gwrite and other fugitive commands are now defined and work
Cheers,
John
[1] https://github.com/tpope/vim-fugitive/issues/415
More information about the vcs-home
mailing list