commit | 1f2453fec6f8f0f315f00ca7b562a02090cb1e37 | [log] [tgz] |
---|---|---|
author | presuku <presuku@users.noreply.github.com> | Wed Nov 24 15:32:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 15:32:57 2021 +0000 |
tree | d2717dd4ae150a381d0c3ee1b010dceb62e55c7b | |
parent | cf1e0239ceec96396fa51f494e442c799ccd45fb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 58a1856..b4e2464 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3663, +/**/ 3662, /**/ 3661,