Move Gundo preview window to the bottom of the screen

This commit is contained in:
Eryn Wells 2012-01-24 13:19:24 -08:00
parent 11e474b35c
commit 2f9403bc9a

3
vimrc
View file

@ -124,6 +124,9 @@ endif
" tell SnipMate who I am
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
" set the Gundo preview window on the bottom
let g:gundo_preview_bottom = 1
if has('gui_running')
set cursorline
if has('win32') || has('win64')