diff src/version.c @ 4760:532a9855bd30 v7.3.1127

updated for version 7.3.1127 Problem: No error for using empty \%[]. Solution: Give error message.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 21:30:37 +0200
parents b25a1b2e3175
children 47906f888725
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 */
 /**/
+    1127,
+/**/
     1126,
 /**/
     1125,