diff src/version.c @ 4718:ec72bb4a0fc2 v7.3.1106

updated for version 7.3.1106 Problem: New regexp engine: saving and restoring lastlist in the states takes a lot of time. Solution: Use a second lastlist value for the first recursive call.
author Bram Moolenaar <bram@vim.org>
date Mon, 03 Jun 2013 12:17:04 +0200
parents a804309e7327
children bd6bef0bd0fb
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 */
 /**/
+    1106,
+/**/
     1105,
 /**/
     1104,