commit | d85fccdfed58108c4e0958d0b17c64690b5f073f | [log] [tgz] |
---|---|---|
author | presuku <presuku@users.noreply.github.com> | Sat Nov 20 19:38:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 19:38:31 2021 +0000 |
tree | 1b0d2973f2c49e6f8bb0925c57740c193fb7cf4b | |
parent | a1198124370a366ff02811a43845a631b5c6e7f0 [diff] [blame] |
patch 8.2.3630: printf() with %S does not handle multi-byte correctly Problem: Printf() with %S does not handle multi-byte correctly. Solution: Count cells instead of bytes. (closes #9169, closes #7486)
diff --git a/src/version.c b/src/version.c index b30979a..4fb0e9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3630, +/**/ 3629, /**/ 3628,