mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Change 'history' default to 50.
Default as of Vim 7.4.336 (not yet ported). Runtime files already mention this new default value.
This commit is contained in:
parent
2624d66045
commit
099fdb49a7
@ -887,7 +887,7 @@ static struct vimoption
|
||||
SCRIPTID_INIT},
|
||||
{"history", "hi", P_NUM|P_VIM,
|
||||
(char_u *)&p_hi, PV_NONE,
|
||||
{(char_u *)0L, (char_u *)20L} SCRIPTID_INIT},
|
||||
{(char_u *)0L, (char_u *)50L} SCRIPTID_INIT},
|
||||
{"hkmap", "hk", P_BOOL|P_VI_DEF|P_VIM,
|
||||
(char_u *)&p_hkmap, PV_NONE,
|
||||
{(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT},
|
||||
|
Loading…
Reference in New Issue
Block a user