diff src/version.c @ 4807:3dbd251777de v7.3.1150

updated for version 7.3.1150 Problem: New regexpengine: Slow when a look-behind match does not have a width specified. Solution: Try to compute the maximum width.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 22:30:03 +0200
parents 66803af09906
children 4d7e3df04256
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 */
 /**/
+    1150,
+/**/
     1149,
 /**/
     1148,