summaryrefslogtreecommitdiff
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 8c6d18f75..a448dad04 100644
--- a/src/proto/autocmd.pro
+++ b/src/proto/autocmd.pro
@@ -26,6 +26,7 @@ int has_insertcharpre(void);
int has_cmdundefined(void);
int has_funcundefined(void);
int has_textyankpost(void);
+int has_completechanged(void);
void block_autocmds(void);
void unblock_autocmds(void);
int is_autocmd_blocked(void);