diff src/version.c @ 4762:47906f888725 v7.3.1128

updated for version 7.3.1128 Problem: Now that the NFA engine handles everything every failure is a syntax error. Solution: Remove the syntax_error flag.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 21:42:53 +0200
parents 532a9855bd30
children f824cb97eb92
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 */
 /**/
+    1128,
+/**/
     1127,
 /**/
     1126,