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 24dd1ba8e9..d8145dfe79 100644
--- a/src/proto/autocmd.pro
+++ b/src/proto/autocmd.pro
@@ -25,6 +25,7 @@ int has_insertcharpre(void);
int has_cmdundefined(void);
int has_textyankpost(void);
int has_completechanged(void);
+int has_modechanged(void);
void block_autocmds(void);
void unblock_autocmds(void);
int is_autocmd_blocked(void);