aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-02 22:07:00 +0800
committerGitHub <noreply@github.com>2022-11-02 22:07:00 +0800
commit65f603f72c387cfac7955d8dfe51b42d35caa0f8 (patch)
treeee2734f0fe4e4d91f4f163ba99f64ce992948af9 /src/nvim/runtime.c
parent44b88d8c310e778c55ef1f7a270d2651266054ca (diff)
parent4716a578ae0c3516d685495bb55e40c939a4ac87 (diff)
downloadrneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.gz
rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.bz2
rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.zip
Merge pull request #20782 from dundargoc/docs/typos
docs: fix typos
Diffstat (limited to 'src/nvim/runtime.c')
-rw-r--r--src/nvim/runtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/runtime.c b/src/nvim/runtime.c
index fa7aa35a4d..6becd50910 100644
--- a/src/nvim/runtime.c
+++ b/src/nvim/runtime.c
@@ -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);