commit | fca66003053f8c0da5161d1fe4b75b3a389934b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 15:30:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 15:30:09 2016 +0200 |
tree | 0dd81e7f7f6b1873b50e2e9efeda14c814e1467d | |
parent | da5b3dcf06a3af5b398450258be32b0416451a9b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2ae156c..09372ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1782, +/**/ 1781, /**/ 1780,