vim-patch:17dca3cb97cd (#26584)

runtime(doc): grammar & typo fixes

closes: vim/vim#13654

17dca3cb97

Co-authored-by: Dominique Pellé <dominique.pelle@tomtom.com>
This commit is contained in:
zeertzjq
2023-12-15 06:42:29 +08:00
committed by GitHub
parent 046efa106e
commit 165e5ececc
3 changed files with 9 additions and 9 deletions

View File

@@ -7443,9 +7443,9 @@ M.funcs = {
<This limits the length of the text used from "line" to
"width" bytes.
If the argument to be formatted is specified using a posional
argument specifier, and a '*' is used to indicate that a
number argument is to be used to specify the width or
If the argument to be formatted is specified using a
positional argument specifier, and a '*' is used to indicate
that a number argument is to be used to specify the width or
precision, the argument(s) to be used must also be specified
using a {n$} positional argument specifier. See |printf-$|.