diff src/version.c @ 3320:45467d77047d v7.3.427

updated for version 7.3.427 Problem: readfile() can be slow with long lines. Solution: Use realloc() instead of alloc(). (John Little)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 00:39:18 +0100
parents c70c005f61fb
children d473f39aeadf
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    427,
+/**/
     426,
 /**/
     425,