Add option to force VCSCommand to use vsplit windows

This commit is contained in:
David Thurstenson 2017-05-04 13:38:46 -05:00
parent 3439f5ce4c
commit 07827f923b
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -137,3 +137,6 @@ let g:netrw_liststyle=3
"" Change directory to the current buffer when opening files.
set autochdir
" VCSCommand options
let g:VCSCommandSplit = "vertical"