diff src/version.c @ 4730:749e2b2755d5 v7.3.1112

updated for version 7.3.1112 Problem: New regexp engine: \%V not supported. Solution: Implement \%V. Add tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 18:28:48 +0200
parents 43de4ebbe7ad
children 0798b096bab3
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 */
 /**/
+    1112,
+/**/
     1111,
 /**/
     1110,