diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 51cf7bb0ea..a86ca9c1ea 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -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-$|. |