diff src/version.c @ 4845:a83fb2bd8c8e v7.3.1169

updated for version 7.3.1169 Problem: New regexp engine: some work is done while executing a pattern, even though the result is predictable. Solution: Do the work while compiling the pattern.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Jun 2013 22:44:09 +0200
parents ed47632fd149
children 14c2e63caec6
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 */
 /**/
+    1169,
+/**/
     1168,
 /**/
     1167,