diff src/version.c @ 4748:4b9503f0c7d3 v7.3.1121

updated for version 7.3.1121 Problem: New regexp engine: adding states that are not used. Solution: Don't add the states.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 16:51:57 +0200
parents d1376091d18b
children 7793e737ec87
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 */
 /**/
+    1121,
+/**/
     1120,
 /**/
     1119,