diff src/version.c @ 3332:8a731d7f0664 v7.3.433

updated for version 7.3.433 Problem: Using continued lines in a Vim script can be slow. Solution: Instead of reallocating for every line use a growarray. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 23:10:30 +0100
parents 81201fb337a5
children 636c2b1cdc8b
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 */
 /**/
+    433,
+/**/
     432,
 /**/
     431,