commit | 2eea198564930225d51188682f548332a064037f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 16:49:37 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 16:49:37 2010 +0200 |
tree | b29e22cb9980f6338afd3ece334831b477766434 | |
parent | 24ea3babeda2d2b789c6452962864624de1310f0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b09c1f7..ab8f35e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 7, +/**/ 6, /**/ 5,