mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-patch:5711d76: runtime(doc): Tweak documentation style
closes: vim/vim#17824
5711d76818
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -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()
|
||||
|
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -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()
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user