diff src/version.c @ 4740:97560c16ca99 v7.3.1117

updated for version 7.3.1117 Problem: New regexp engine: \%[abc] not supported. Solution: Implement \%[abc]. Add tests.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 11:05:17 +0200
parents 66a9e8fa6f45
children 6a706ca7a889
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 */
 /**/
+    1117,
+/**/
     1116,
 /**/
     1115,