diff src/version.c @ 4768:82e6588762e4 v7.3.1131

updated for version 7.3.1131 Problem: New regexp engine is a bit slow. Solution: Do not clear the state list. Don't copy syntax submatches when not used.
author Bram Moolenaar <bram@vim.org>
date Thu, 06 Jun 2013 16:22:06 +0200
parents ec24ff78a79c
children b20dbf3a5370
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 */
 /**/
+    1131,
+/**/
     1130,
 /**/
     1129,