mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:32:45 +10: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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user