summaryrefslogtreecommitdiffstats
path: root/src/proto/autocmd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/autocmd.pro')
-rw-r--r--src/proto/autocmd.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/autocmd.pro b/src/proto/autocmd.pro
index 0b61989c06..4a502da625 100644
--- a/src/proto/autocmd.pro
+++ b/src/proto/autocmd.pro
@@ -39,6 +39,7 @@ int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
char_u *get_augroup_name(expand_T *xp, int idx);
char_u *set_context_in_autocmd(expand_T *xp, char_u *arg, int doautocmd);
char_u *get_event_name(expand_T *xp, int idx);
+char_u *get_event_name_no_group(expand_T *xp, int idx);
int autocmd_supported(char_u *name);
int au_exists(char_u *arg);
void f_autocmd_add(typval_T *argvars, typval_T *rettv);