diff src/version.c @ 4686:8db697ae406a v7.3.1090

updated for version 7.3.1090 Problem: New regexp engine does not support \z1 .. \z9 and \z(. Solution: Implement the syntax submatches.
author Bram Moolenaar <bram@vim.org>
date Sat, 01 Jun 2013 23:02:54 +0200
parents 79522bb17125
children 371cc0c44097
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 */
 /**/
+    1090,
+/**/
     1089,
 /**/
     1088,