Stop using viminfo
This commit is contained in:
parent
779768c151
commit
3d9664781b
1 changed files with 0 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -96,10 +96,6 @@ if has("lua")
|
|||
let g:neocomplete#enable_at_startup=1
|
||||
endif
|
||||
|
||||
if !empty(&viminfo)
|
||||
set viminfo^=!
|
||||
endif
|
||||
|
||||
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
||||
set t_Co=16
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue