]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3630: printf() with %S does not handle multi-byte correctly v8.2.3630
authorpresuku <presuku@users.noreply.github.com>
Sat, 20 Nov 2021 19:38:31 +0000 (19:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Nov 2021 19:38:31 +0000 (19:38 +0000)
commitd85fccdfed58108c4e0958d0b17c64690b5f073f
tree1b0d2973f2c49e6f8bb0925c57740c193fb7cf4b
parenta1198124370a366ff02811a43845a631b5c6e7f0
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)
src/strings.c
src/testdir/test_expr.vim
src/version.c