diff src/version.c @ 4677:c1622ff9ed8d v7.3.1086

updated for version 7.3.1086 Problem: Old regexp engine accepts illegal range, new one doesn't. Solution: Also accept the illegal range with the new engine.
author Bram Moolenaar <bram@vim.org>
date Sat, 01 Jun 2013 13:24:24 +0200
parents 811a4c9b51d8
children 4d92b873acef
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 */
 /**/
+    1086,
+/**/
     1085,
 /**/
     1084,