summaryrefslogtreecommitdiffstats
path: root/src/proto/usercmd.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-13 21:16:21 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-13 21:16:21 +0200
commit7a1637f4c00ac3d0cbf894803ada1586a1717470 (patch)
tree34aca94057f424f8fbe5a437c66b23f2fd189647 /src/proto/usercmd.pro
parent067297e16a516838dbc46aaa9d8b1a507afec28d (diff)
patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577
Problem: Not all modifiers supported for :options. Solution: Use all cmdmod.split flags. (closes #4401)
Diffstat (limited to 'src/proto/usercmd.pro')
-rw-r--r--src/proto/usercmd.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/usercmd.pro b/src/proto/usercmd.pro
index a7d0cccccb..d7a2a6ad1b 100644
--- a/src/proto/usercmd.pro
+++ b/src/proto/usercmd.pro
@@ -14,5 +14,6 @@ void ex_command(exarg_T *eap);
void ex_comclear(exarg_T *eap);
void uc_clear(garray_T *gap);
void ex_delcommand(exarg_T *eap);
+size_t add_win_cmd_modifers(char_u *buf, int *multi_mods);
void do_ucmd(exarg_T *eap);
/* vim: set ft=c : */