diff src/version.c @ 4561:4d81fdda8f35 v7.3.1028

updated for version 7.3.1028 Problem: New regexp performance: Copying a lot of position state. Solution: Only copy the sub-expressions that are being used.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 21:47:28 +0200
parents 04086e297563
children e7016af0cbf9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1028,
+/**/
     1027,
 /**/
     1026,