]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3663: using %S in printf() does not work correctly v8.2.3663
authorpresuku <presuku@users.noreply.github.com>
Wed, 24 Nov 2021 15:32:57 +0000 (15:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Nov 2021 15:32:57 +0000 (15:32 +0000)
commit1f2453fec6f8f0f315f00ca7b562a02090cb1e37
treed2717dd4ae150a381d0c3ee1b010dceb62e55c7b
parentcf1e0239ceec96396fa51f494e442c799ccd45fb
patch 8.2.3663: using %S in printf() does not work correctly

Problem:    Using %S in printf() does not work correctly.
Solution:   Fix the problem and add more tests. (closes #9208)
src/strings.c
src/testdir/test_expr.vim
src/version.c