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:
Florian Walch 2015-01-04 21:47:59 +01:00
parent 2624d66045
commit 099fdb49a7

View File

@ -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},