mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
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:
6
runtime/doc/builtin.txt
generated
6
runtime/doc/builtin.txt
generated
@@ -5171,9 +5171,9 @@ printf({fmt}, {expr1} ...) *printf()*
|
|||||||
< This limits the length of the text used from "line" to
|
< This limits the length of the text used from "line" to
|
||||||
"width" bytes.
|
"width" bytes.
|
||||||
|
|
||||||
If the argument to be formatted is specified using a posional
|
If the argument to be formatted is specified using a
|
||||||
argument specifier, and a '*' is used to indicate that a
|
positional argument specifier, and a '*' is used to indicate
|
||||||
number argument is to be used to specify the width or
|
that a number argument is to be used to specify the width or
|
||||||
precision, the argument(s) to be used must also be specified
|
precision, the argument(s) to be used must also be specified
|
||||||
using a {n$} positional argument specifier. See |printf-$|.
|
using a {n$} positional argument specifier. See |printf-$|.
|
||||||
|
|
||||||
|
6
runtime/lua/vim/_meta/vimfn.lua
generated
6
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -6156,9 +6156,9 @@ function vim.fn.prevnonblank(lnum) end
|
|||||||
--- <This limits the length of the text used from "line" to
|
--- <This limits the length of the text used from "line" to
|
||||||
--- "width" bytes.
|
--- "width" bytes.
|
||||||
---
|
---
|
||||||
--- If the argument to be formatted is specified using a posional
|
--- If the argument to be formatted is specified using a
|
||||||
--- argument specifier, and a '*' is used to indicate that a
|
--- positional argument specifier, and a '*' is used to indicate
|
||||||
--- number argument is to be used to specify the width or
|
--- that a number argument is to be used to specify the width or
|
||||||
--- precision, the argument(s) to be used must also be specified
|
--- precision, the argument(s) to be used must also be specified
|
||||||
--- using a {n$} positional argument specifier. See |printf-$|.
|
--- using a {n$} positional argument specifier. See |printf-$|.
|
||||||
---
|
---
|
||||||
|
@@ -7443,9 +7443,9 @@ M.funcs = {
|
|||||||
<This limits the length of the text used from "line" to
|
<This limits the length of the text used from "line" to
|
||||||
"width" bytes.
|
"width" bytes.
|
||||||
|
|
||||||
If the argument to be formatted is specified using a posional
|
If the argument to be formatted is specified using a
|
||||||
argument specifier, and a '*' is used to indicate that a
|
positional argument specifier, and a '*' is used to indicate
|
||||||
number argument is to be used to specify the width or
|
that a number argument is to be used to specify the width or
|
||||||
precision, the argument(s) to be used must also be specified
|
precision, the argument(s) to be used must also be specified
|
||||||
using a {n$} positional argument specifier. See |printf-$|.
|
using a {n$} positional argument specifier. See |printf-$|.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user