1
0
forked from aniani/vim

updated for version 7.4.336

Problem:    Setting 'history' to a big value causes out-of-memory errors.
Solution:   Limit the value to 10000. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2014-06-25 11:48:54 +02:00
parent e8d1f20cbd
commit 78159bbf9e
3 changed files with 11 additions and 3 deletions

View File

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