From: Iain Patterson Date: Wed, 29 Jan 2014 14:54:16 +0000 (+0000) Subject: Configuration options for gitv plugin. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=3f8b98868d60cd8c7ef15b31d7fcbd545ced7b11;p=profile.git Configuration options for gitv plugin. Open the view in horizontal mode if appropriate. Tidy up windows on exit. --- diff --git a/.vimrc b/.vimrc index ad1d7e3..7f1a8f7 100644 --- a/.vimrc +++ b/.vimrc @@ -1292,6 +1292,10 @@ endif "}}}1 " localvimrc. let g:localvimrc_persistent=1 +" Gitv. +let g:Gitv_OpenHorizontal='auto' +let g:Gitv_WipeAllOnClose=1 + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Handle options only available in Vim 7.2 and above. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""