]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1704: Cannot use positional arguments for printf() v9.0.1704
authorChrist van Willegen <cvwillegen@gmail.com>
Sun, 13 Aug 2023 16:03:14 +0000 (18:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 16:06:00 +0000 (18:06 +0200)
commit0c6181fec4c362eb9682d5af583341eb20cb1af5
treee28ab76bd05d019ae45dee9286ab32f827513cc4
parent1688938dd5ac78ab67e54299b9d5b93499dba762
patch 9.0.1704: Cannot use positional arguments for printf()

Problem: Cannot use positional arguments for printf()
Solution: Support positional arguments in string formatting

closes: #12140

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
runtime/doc/builtin.txt
src/errors.h
src/globals.h
src/message_test.c
src/po/check.vim
src/strings.c
src/testdir/Make_all.mak
src/testdir/test_expr.vim
src/testdir/test_format.vim [new file with mode: 0644]
src/version.c