diff src/version.c @ 4583:321cfbef9431 v7.3.1039

updated for version 7.3.1039 Problem: New regexp engine does not support \%23c, \%<23c and the like. Solution: Implement them. (partly by Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 21:14:42 +0200
parents 6a73ac422c67
children b9f87487d935
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 */
 /**/
+    1039,
+/**/
     1038,
 /**/
     1037,