diff src/version.c @ 4529:432a6b8c7d93 v7.3.1012

updated for version 7.3.1012 Problem: \Z does not work properly with the new regexp engine. Solution: Make \Z work. Add tests.
author Bram Moolenaar <bram@vim.org>
date Fri, 24 May 2013 23:10:50 +0200
parents 55bcaa1d2749
children 1be43c095aff
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 */
 /**/
+    1012,
+/**/
     1011,
 /**/
     1010,