From dfef15481db114779fde81dc577319d88557c13a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 10 Jul 2012 19:25:10 +0200 Subject: updated for version 7.3.600 Problem: is not expanded properly with DBCS encoding. Solution: Skip over character instead of byte. (Yukihiro Nakadaira) --- 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 9c03d6010..209fa496b 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 600, /**/ 599, /**/ -- cgit v1.2.1