diff src/version.c @ 4712:832bf8136d86 v7.3.1103

updated for version 7.3.1103 Problem: New regexp engine: overhead in saving and restoring. Solution: Make saving and restoring list IDs faster. Don't copy or check \z subexpressions when they are not used.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 21:30:04 +0200
parents 1c5da99d1b70
children fc4d7f02ea3a
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 */
 /**/
+    1103,
+/**/
     1102,
 /**/
     1101,