defaults: prefix "!" to 'viminfo' by default #2870

Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
Felipe Morales
2015-06-20 16:23:38 -03:00
committed by Justin M. Keyes
parent 8963285530
commit 721ffd6b65
3 changed files with 4 additions and 3 deletions

View File

@@ -1587,7 +1587,7 @@ static vimoption_T
SCRIPTID_INIT},
{"viminfo", "vi", P_STRING|P_COMMA|P_NODUP|P_SECURE,
(char_u *)&p_viminfo, PV_NONE,
{(char_u *)"", (char_u *)"'100,<50,s10,h"}
{(char_u *)"", (char_u *)"!,'100,<50,s10,h"}
SCRIPTID_INIT},
{"virtualedit", "ve", P_STRING|P_COMMA|P_NODUP|P_VI_DEF|P_VIM|P_CURSWANT,
(char_u *)&p_ve, PV_NONE,