mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
vim-patch:9.1.1608: No command-line completion for :unsilent {command}
Problem: No command-line completion for :unsilent {command}.
Solution: Add missing command arg completion (Doug Kearns).
(author)
Add completion tests for all command modifiers.
closes: vim/vim#17524
126731c8fd
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -2020,6 +2020,7 @@ static const char *set_context_by_cmdname(const char *cmd, cmdidx_T cmdidx, expa
|
||||
case CMD_tab:
|
||||
case CMD_tabdo:
|
||||
case CMD_topleft:
|
||||
case CMD_unsilent:
|
||||
case CMD_verbose:
|
||||
case CMD_vertical:
|
||||
case CMD_windo:
|
||||
|
Reference in New Issue
Block a user