[vim] assume 7.3+

pull/28/head
Alpha Chen 8 years ago
parent 7b7c70c85e
commit 2d21bd1b47

@ -225,10 +225,8 @@ if has("gui_running")
set mousehide
end
if v:version >= 703
set undofile
set undodir=$HOME/.vim_undo//
endif
set undofile
set undodir=$HOME/.vim_undo//
if filereadable(glob("~/.vimrc.local"))
source ~/.vimrc.local

Loading…
Cancel
Save