1
0
forked from aniani/vim

updated for version 7.3.007

Problem:    Python code defines global "buffer".  Re-implements a grow-array.
Solution:   Use a grow-array instead of coding the same functionality.  Handle
            out-of-memory situation properly.
This commit is contained in:
Bram Moolenaar
2010-09-21 16:49:37 +02:00
parent 24ea3babed
commit 2eea198564
2 changed files with 25 additions and 51 deletions

View File

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