diff src/version.c @ 4571:b2a8e3a66f8c v7.3.1033

updated for version 7.3.1033 Problem: "\1" .. "\9" are not supported in the new regexp engine. Solution: Implement them. Add a few more tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:03:20 +0200
parents f262fb02889d
children 37e444aeb33b
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 */
 /**/
+    1033,
+/**/
     1032,
 /**/
     1031,