diff src/version.c @ 4551:f0c37f5cf4ea v7.3.1023

updated for version 7.3.1023 Problem: Searching for composing char only and using \Z has different results. Solution: Make it match the composing char, matching everything is not useful.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 15:14:55 +0200
parents 849180347ac3
children 7b835b2969af
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 */
 /**/
+    1023,
+/**/
     1022,
 /**/
     1021,