diff options
author | presuku <presuku@users.noreply.github.com> | 2021-11-24 15:32:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-24 15:32:57 +0000 |
commit | 1f2453fec6f8f0f315f00ca7b562a02090cb1e37 (patch) | |
tree | d2717dd4ae150a381d0c3ee1b010dceb62e55c7b /src/version.c | |
parent | cf1e0239ceec96396fa51f494e442c799ccd45fb (diff) | |
download | vim-git-1f2453fec6f8f0f315f00ca7b562a02090cb1e37.tar.gz |
patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663
Problem: Using %S in printf() does not work correctly.
Solution: Fix the problem and add more tests. (closes #9208)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 58a185604..b4e246445 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3663, +/**/ 3662, /**/ 3661, |