vim-patch:8.2.1900: Vim9: command modifiers do not work

Problem:    Vim9: command modifiers do not work.
Solution:   Make most command modifiers work.
02194d2bd5
This commit is contained in:
zeertzjq
2022-07-02 19:32:27 +08:00
parent 108368bdd5
commit f93eb169f6
3 changed files with 36 additions and 35 deletions

View File

@@ -1640,7 +1640,7 @@ void ex_options(exarg_T *eap)
bool multi_mods = 0;
buf[0] = NUL;
(void)add_win_cmd_modifers(buf, &multi_mods);
(void)add_win_cmd_modifers(buf, &cmdmod, &multi_mods);
os_setenv("OPTWIN_CMD", buf, 1);
cmd_source(SYS_OPTWIN_FILE, NULL);