diff src/version.c @ 4690:9d97a0c045ef v7.3.1092

updated for version 7.3.1092 Problem: Can't build with regexp debugging. NFA debug output shows wrong pattern. Solution: Fix debugging code for recent changes. Add the pattern to the program.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 15:55:55 +0200
parents 371cc0c44097
children 08fbb1ce1bc5
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 */
 /**/
+    1092,
+/**/
     1091,
 /**/
     1090,