mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
fix(cmdline): completion for command after :restart (#35256)
This commit is contained in:
@@ -2014,6 +2014,7 @@ static const char *set_context_by_cmdname(const char *cmd, cmdidx_T cmdidx, expa
|
||||
case CMD_lockmarks:
|
||||
case CMD_noautocmd:
|
||||
case CMD_noswapfile:
|
||||
case CMD_restart:
|
||||
case CMD_rightbelow:
|
||||
case CMD_sandbox:
|
||||
case CMD_silent:
|
||||
|
Reference in New Issue
Block a user