commit | 5d18e0eca59ffbba22c7f7c91c9f99d672095728 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 22:54:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 22:54:24 2016 +0200 |
tree | e57bfffeff8ab16cc123eb5beab2b43b1a38f835 | |
parent | b22bd46b9681d73d095f2eadff8163d3a6cf416b [diff] [blame] |
patch 7.4.1742 Problem: strgetchar() does not work correctly. Solution: use mb_cptr2len(). Add a test. (Naruhiko Nishino)
diff --git a/src/version.c b/src/version.c index 07f1a0d..4c00d31 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1742, +/**/ 1741, /**/ 1740,