diff src/version.c @ 3378:e6392f2aed4c v7.3.455

updated for version 7.3.455 Problem: Using many continuation lines can be slow. Solution: Adjust the reallocation size to the current length.
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Feb 2012 18:29:33 +0100
parents 1632640a24b4
children 07fd030f89be
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 */
 /**/
+    455,
+/**/
     454,
 /**/
     453,