mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
defaults: prefix "!" to 'viminfo' by default #2870
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:

committed by
Justin M. Keyes

parent
8963285530
commit
721ffd6b65
@@ -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,
|
||||
|
Reference in New Issue
Block a user