mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1900: Vim9: command modifiers do not work
Problem: Vim9: command modifiers do not work. Solution: Make most command modifiers work.
This commit is contained in:
@@ -1009,7 +1009,7 @@ ex_options(
|
||||
int multi_mods = 0;
|
||||
|
||||
buf[0] = NUL;
|
||||
(void)add_win_cmd_modifers(buf, &multi_mods);
|
||||
(void)add_win_cmd_modifers(buf, &cmdmod, &multi_mods);
|
||||
|
||||
vim_setenv((char_u *)"OPTWIN_CMD", buf);
|
||||
cmd_source((char_u *)SYS_OPTWIN_FILE, NULL);
|
||||
|
Reference in New Issue
Block a user