mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
docs: fix typos
This commit is contained in:
@@ -1633,7 +1633,7 @@ void ex_options(exarg_T *eap)
|
||||
bool multi_mods = 0;
|
||||
|
||||
buf[0] = NUL;
|
||||
(void)add_win_cmd_modifers(buf, &cmdmod, &multi_mods);
|
||||
(void)add_win_cmd_modifiers(buf, &cmdmod, &multi_mods);
|
||||
|
||||
os_setenv("OPTWIN_CMD", buf, 1);
|
||||
cmd_source(SYS_OPTWIN_FILE, NULL);
|
||||
|
Reference in New Issue
Block a user