diff src/version.c @ 4694:efc4fb311d5d v7.3.1094

updated for version 7.3.1094 Problem: New regexp engine: Attempts to match "^" at every character. Solution: Only try "^" at the start of a line.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 16:34:21 +0200
parents 08fbb1ce1bc5
children ed4e689bbea1
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 */
 /**/
+    1094,
+/**/
     1093,
 /**/
     1092,