commit d6704148bc9c51da429b0385cc13761084dc3215
parent c93091395b23c4d558e307e913ad46e89f1ad3ae
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 23 Jul 2025 06:22:50 +0800
vim-patch:5711d76: runtime(doc): Tweak documentation style
closes: vim/vim#17824
https://github.com/vim/vim/commit/5711d768181c3b08869ac41ee947a56a26763450
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/runtime/doc/vimeval.txt b/runtime/doc/vimeval.txt
@@ -2099,7 +2099,7 @@ text...
CODE
<
*E121*
-:let {var-name} .. List the value of variable {var-name}. Multiple
+:let {var-name} ... List the value of variable {var-name}. Multiple
variable names may be given. Special names recognized
here: *E738*
g: global variables
diff --git a/runtime/doc/vimfn.txt b/runtime/doc/vimfn.txt
@@ -11890,7 +11890,7 @@ wildtrigger() *wildtrigger()*
produce a beep when no matches are found and generally
operates more quietly. This makes it suitable for triggering
completion automatically, such as from an |:autocmd|.
- *cmdline-autocompletion*
+ *cmdline-autocompletion*
Example: To make the completion menu pop up automatically as
you type on the command line, use: >vim
autocmd CmdlineChanged [:/?] call wildtrigger()
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua
@@ -10824,7 +10824,7 @@ function vim.fn.wildmenumode() end
--- produce a beep when no matches are found and generally
--- operates more quietly. This makes it suitable for triggering
--- completion automatically, such as from an |:autocmd|.
---- *cmdline-autocompletion*
+--- *cmdline-autocompletion*
--- Example: To make the completion menu pop up automatically as
--- you type on the command line, use: >vim
--- autocmd CmdlineChanged [:/?] call wildtrigger()
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
@@ -13082,7 +13082,7 @@ M.funcs = {
produce a beep when no matches are found and generally
operates more quietly. This makes it suitable for triggering
completion automatically, such as from an |:autocmd|.
- *cmdline-autocompletion*
+ *cmdline-autocompletion*
Example: To make the completion menu pop up automatically as
you type on the command line, use: >vim
autocmd CmdlineChanged [:/?] call wildtrigger()