diff src/version.c @ 4557:888c12c899e5 v7.3.1026

updated for version 7.3.1026 Problem: New regexp: pattern that includs a new-line matches too early. (john McGowan) Solution: Do not start searching in the second line.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 18:40:14 +0200
parents b2946c06d1b6
children 04086e297563
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 */
 /**/
+    1026,
+/**/
     1025,
 /**/
     1024,