diff src/version.c @ 4547:fc997f05cbc7 v7.3.1021

updated for version 7.3.1021 Problem: New regexp engine does not ignore order of composing chars. Solution: Ignore composing chars order.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 14:32:05 +0200
parents f7944ce459ac
children 849180347ac3
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 */
 /**/
+    1021,
+/**/
     1020,
 /**/
     1019,