Enforce viminfo+=!

Hypothesis: people complaining about startup time aren't even trying
this.
This commit is contained in:
Tim Pope 2013-01-03 13:11:15 -05:00
parent 77c0166262
commit 1d51636fa1
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ augroup foreplay_file_type
\ endif \ endif
augroup END augroup END
if &viminfo !~# '!'
set viminfo+=!
endif
" }}}1 " }}}1
" Escaping {{{1 " Escaping {{{1