diff src/version.c @ 4997:8a7d3a73adab v7.3.1243

updated for version 7.3.1243 Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Jun 2013 12:42:44 +0200
parents b4a2eaf28b51
children b4a71dbdb787
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 */
 /**/
+    1243,
+/**/
     1242,
 /**/
     1241,