commit | a489e1d9d638604643f3ac70542f03227a39f7ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 00:39:18 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 00:39:18 2012 +0100 |
tree | 66c16e258be2f9f48fe321db6b138df2c8778e2b | |
parent | 76b9b3696c4381524e31d9e19efef1ba80271a44 [diff] [blame] |
updated for version 7.3.427 Problem: readfile() can be slow with long lines. Solution: Use realloc() instead of alloc(). (John Little)
diff --git a/src/version.c b/src/version.c index a55888f..6732c88 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 427, +/**/ 426, /**/ 425,