From 3451d662447cf0e78ebd55320d26791f228123f2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 May 2013 15:14:55 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 30e6436b6..303a4d261 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1023, /**/ 1022, /**/ -- cgit v1.2.1