diff src/version.c @ 4647:857f6c53f117 v7.3.1071

updated for version 7.3.1071 Problem: New regexp engine: backreferences don't work correctly. Solution: Add every possible start/end position on the state stack.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 17:05:39 +0200
parents c316a30a8892
children 9f502d8d5165
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 */
 /**/
+    1071,
+/**/
     1070,
 /**/
     1069,