commit | ce0fac28977af31f1dec411d3535b4de2c3169b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 13:32:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 13:32:06 2019 +0200 |
tree | bacf6049681872b54c347a76ea5f6f5073dd262f | |
parent | 30e8e73506e4522ef4aebf7d525c0e6ffe8805fd [diff] [blame] |
patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf() Problem: Multi-byte chars do not work properly with "%.*S" in printf(). Solution: Use mb_ptr2cells(). Daniel Hahler, closes #4989)
diff --git a/src/version.c b/src/version.c index fa4e956..98ddcca 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2083, +/**/ 2082, /**/ 2081,