Merge pull request #35197 from zeertzjq/vim-bb0860a

vim-patch: doc updates
This commit is contained in:
zeertzjq
2025-08-07 07:15:25 +08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1017,7 +1017,7 @@ tag command action in Command-line editing mode ~
|c_CTRL-D| CTRL-D list completions that match the pattern in |c_CTRL-D| CTRL-D list completions that match the pattern in
front of the cursor front of the cursor
|c_CTRL-E| CTRL-E cursor to end of command-line |c_CTRL-E| CTRL-E cursor to end of command-line
'cedit' CTRL-F default value for 'cedit': opens the 'cedit' CTRL-F default value for 'cedit': opens the
command-line window; otherwise not used command-line window; otherwise not used
|c_CTRL-G| CTRL-G next match when 'incsearch' is active |c_CTRL-G| CTRL-G next match when 'incsearch' is active
|c_<BS>| <BS> delete the character in front of the cursor |c_<BS>| <BS> delete the character in front of the cursor

View File

@@ -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

View File

@@ -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

View File

@@ -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