diff options
Diffstat (limited to 'src/ex_docmd.h')
-rw-r--r-- | src/ex_docmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_docmd.h b/src/ex_docmd.h index f9d683d09d..52c5ba8803 100644 --- a/src/ex_docmd.h +++ b/src/ex_docmd.h @@ -23,6 +23,7 @@ char_u *find_nextcmd(char_u *p); char_u *check_nextcmd(char_u *p); char_u *get_command_name(expand_T *xp, int idx); void ex_comclear(exarg_T *eap); +void ex_may_print(exarg_T *eap); void uc_clear(garray_T *gap); char_u *get_user_commands(expand_T *xp, int idx); char_u *get_user_cmd_flags(expand_T *xp, int idx); |