diff src/version.c @ 4573:37e444aeb33b v7.3.1034

updated for version 7.3.1034 Problem: New regexp code using strange multi-byte code. Solution: Use the normal code to advance and backup pointers.
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:30:35 +0200
parents b2a8e3a66f8c
children 626e9ccb7c48
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 */
 /**/
+    1034,
+/**/
     1033,
 /**/
     1032,