diff src/version.c @ 4480:035fb0d5e7ce v7.3.988

updated for version 7.3.988 Problem: New regexp engine is slow. Solution: Break out of the loop when the state list is empty.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 14:03:00 +0200
parents 032c9f916f25
children cd005ab15ef3
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 */
 /**/
+    988,
+/**/
     987,
 /**/
     986,