1
0
forked from aniani/vim

patch 9.1.0895: default history value is too small

Problem:  default history value is too small
Solution: promote the change from defaults.vim back to
          the C core, so increase the default 'history' option value
          from 50 to 200 (Lucca Saccarola)

closes: #16129

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luca Saccarola
2024-11-28 22:27:28 +01:00
committed by Christian Brabandt
parent 60ddb1a140
commit c0d30eff6d
4 changed files with 4 additions and 4 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
895,
/**/
894,
/**/