diff src/version.c @ 4797:a30e3762957d v7.3.1145

updated for version 7.3.1145 Problem: New regexp engine: addstate() is called very often. Solution: Optimize adding the start state.
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 22:39:40 +0200
parents 8360a59aa04b
children e3f9e33fb28c
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 */
 /**/
+    1145,
+/**/
     1144,
 /**/
     1143,