diff src/version.c @ 4726:3849c811cc0b v7.3.1110

updated for version 7.3.1110 Problem: New regexp matching: Using \@= and the like can be slow. Solution: Decide whether to first try matching the zero-wdith part or what follows, whatever is more likely to fail.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 14:23:05 +0200
parents 450e13fe1621
children 43de4ebbe7ad
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 */
 /**/
+    1110,
+/**/
     1109,
 /**/
     1108,