]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1856: issues with formatting positional arguments v9.0.1856
authorChrist van Willegen <cvwillegen@gmail.com>
Sun, 3 Sep 2023 15:22:37 +0000 (17:22 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Sep 2023 15:22:37 +0000 (17:22 +0200)
commitaa90d4f031f73a34aaef5746931ea746849a2231
tree6f79d911a74857f79f793bf4ea8ad03c48b78df8
parent71ebf3bacaa22c841d9a8cb050c52fb21ac0970a
patch 9.0.1856: issues with formatting positional arguments

Problem:  issues with formatting positional arguments
Solution: fix them, add tests and documentation

closes: #12140
closes: #12985

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
Tentatively fix message_test. Check NULL ptr.
runtime/doc/builtin.txt
src/errors.h
src/message_test.c
src/strings.c
src/version.c