diff src/version.c @ 4944:613651492c19 v7.3.1217

updated for version 7.3.1217 Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira) Solution: Support nested atoms inside \%[].
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jun 2013 21:33:41 +0200
parents b89aa3374b7f
children d10ede931224
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 */
 /**/
+    1217,
+/**/
     1216,
 /**/
     1215,