mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Merge pull request #35197 from zeertzjq/vim-bb0860a
vim-patch: doc updates
This commit is contained in:
@@ -11905,7 +11905,7 @@ wildtrigger() *wildtrigger()*
|
|||||||
*cmdline-autocompletion*
|
*cmdline-autocompletion*
|
||||||
Example: To make the completion menu pop up automatically as
|
Example: To make the completion menu pop up automatically as
|
||||||
you type on the command line, use: >vim
|
you type on the command line, use: >vim
|
||||||
autocmd CmdlineChanged [:/?] call wildtrigger()
|
autocmd CmdlineChanged [:/\?] call wildtrigger()
|
||||||
set wildmode=noselect:lastused,full wildoptions=pum
|
set wildmode=noselect:lastused,full wildoptions=pum
|
||||||
<
|
<
|
||||||
To retain normal history navigation (up/down keys): >vim
|
To retain normal history navigation (up/down keys): >vim
|
||||||
|
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -10837,7 +10837,7 @@ function vim.fn.wildmenumode() end
|
|||||||
--- *cmdline-autocompletion*
|
--- *cmdline-autocompletion*
|
||||||
--- Example: To make the completion menu pop up automatically as
|
--- Example: To make the completion menu pop up automatically as
|
||||||
--- you type on the command line, use: >vim
|
--- you type on the command line, use: >vim
|
||||||
--- autocmd CmdlineChanged [:/?] call wildtrigger()
|
--- autocmd CmdlineChanged [:/\?] call wildtrigger()
|
||||||
--- set wildmode=noselect:lastused,full wildoptions=pum
|
--- set wildmode=noselect:lastused,full wildoptions=pum
|
||||||
--- <
|
--- <
|
||||||
--- To retain normal history navigation (up/down keys): >vim
|
--- To retain normal history navigation (up/down keys): >vim
|
||||||
|
@@ -13095,7 +13095,7 @@ M.funcs = {
|
|||||||
*cmdline-autocompletion*
|
*cmdline-autocompletion*
|
||||||
Example: To make the completion menu pop up automatically as
|
Example: To make the completion menu pop up automatically as
|
||||||
you type on the command line, use: >vim
|
you type on the command line, use: >vim
|
||||||
autocmd CmdlineChanged [:/?] call wildtrigger()
|
autocmd CmdlineChanged [:/\?] call wildtrigger()
|
||||||
set wildmode=noselect:lastused,full wildoptions=pum
|
set wildmode=noselect:lastused,full wildoptions=pum
|
||||||
<
|
<
|
||||||
To retain normal history navigation (up/down keys): >vim
|
To retain normal history navigation (up/down keys): >vim
|
||||||
|
Reference in New Issue
Block a user