1
0
forked from aniani/vim

patch 8.2.2991: Vim9: no completion for :vim9 and :legacy

Problem:    Vim9: no completion for :vim9 and :legacy.
Solution:   Expand argument as a command. (closes #8377)
This commit is contained in:
Bram Moolenaar
2021-06-13 17:20:08 +02:00
parent 2e66b0d137
commit e70e12b32f
3 changed files with 10 additions and 0 deletions

View File

@@ -1370,6 +1370,8 @@ set_one_cmd_context(
case CMD_verbose:
case CMD_vertical:
case CMD_windo:
case CMD_vim9cmd:
case CMD_legacy:
return arg;
case CMD_filter: