diff src/version.c @ 4787:7fde662e1db2 v7.3.1140

updated for version 7.3.1140 Problem: New regexp engine: trying expensive match while the result is not going to be used. Solution: Check for output state already being in the state list.
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 17:31:29 +0200
parents 3b5a023a4543
children 10673b3531eb
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 */
 /**/
+    1140,
+/**/
     1139,
 /**/
     1138,