diff src/version.c @ 4579:7a2be4a39423 v7.3.1037

updated for version 7.3.1037 Problem: Look-behind matching is very slow on long lines. Solution: Add a byte limit to how far back an attempt is made.
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 18:45:11 +0200
parents b22bff1a6af8
children 6a73ac422c67
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 */
 /**/
+    1037,
+/**/
     1036,
 /**/
     1035,