1
0
forked from aniani/vim

updated for version 7.3.427

Problem:    readfile() can be slow with long lines.
Solution:   Use realloc() instead of alloc(). (John Little)
This commit is contained in:
Bram Moolenaar
2012-02-05 00:39:18 +01:00
parent 76b9b3696c
commit a489e1d9d6
2 changed files with 136 additions and 90 deletions

View File

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