From fca66003053f8c0da5161d1fe4b75b3a389934b5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 23 Apr 2016 15:30:09 +0200 Subject: patch 7.4.1782 Problem: strcharpart() does not work properly with some multi-byte characters. Solution: Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi) --- 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 2ae156cda..09372ef5d 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1782, /**/ 1781, /**/ -- cgit v1.2.1