[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 set mousehide
end end
if v:version >= 703 set undofile
set undofile set undodir=$HOME/.vim_undo//
set undodir=$HOME/.vim_undo//
endif
if filereadable(glob("~/.vimrc.local")) if filereadable(glob("~/.vimrc.local"))
source ~/.vimrc.local source ~/.vimrc.local

Loading…
Cancel
Save