diff src/version.c @ 4813:bc3f4804cf47 v7.3.1153

updated for version 7.3.1153 Problem: New regexp engine: Some look-behind matches are very expensive. Solution: Pospone invisible matches further, until a match is almost found.
author Bram Moolenaar <bram@vim.org>
date Sun, 09 Jun 2013 16:24:45 +0200
parents 9909e44879b9
children 6419ee8098c8
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 */
 /**/
+    1153,
+/**/
     1152,
 /**/
     1151,