Check for viminfo and wildmenu support
This commit is contained in:
parent
215317aea7
commit
f6f3060448
1 changed files with 8 additions and 2 deletions
10
vimrc
10
vimrc
|
@ -72,8 +72,6 @@ set textwidth=78
|
|||
set ttimeout
|
||||
set ttimeoutlen=100
|
||||
set ttyfast
|
||||
set viminfo="NONE"
|
||||
set wildmenu
|
||||
set wrap
|
||||
|
||||
" ======================================================================
|
||||
|
@ -160,6 +158,14 @@ if has("syntax")
|
|||
syntax on
|
||||
endif
|
||||
|
||||
if has("viminfo")
|
||||
set viminfo="NONE"
|
||||
endif
|
||||
|
||||
if has("wildmenu")
|
||||
set wildmenu
|
||||
endif
|
||||
|
||||
" ======================================================================
|
||||
" End of config file.
|
||||
" vim:set ft=vim:
|
||||
|
|
Loading…
Reference in a new issue