summaryrefslogtreecommitdiff
path: root/src/proto/fileio.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-26 19:18:05 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-26 19:18:05 +0200
commitabab85a4994fec3e95ab79c5cdf94a7f893c1aeb (patch)
treecc4050290198250d686a91d7395b9d85f662845e /src/proto/fileio.pro
parenta0169128d98669c753c899353127263e1ea289f9 (diff)
downloadvim-git-abab85a4994fec3e95ab79c5cdf94a7f893c1aeb.tar.gz
updated for version 7.3.1248v7.3.1248
Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
Diffstat (limited to 'src/proto/fileio.pro')
-rw-r--r--src/proto/fileio.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro
index 61eb71251..b24b95895 100644
--- a/src/proto/fileio.pro
+++ b/src/proto/fileio.pro
@@ -49,6 +49,7 @@ int has_textchangedI __ARGS((void));
int has_insertcharpre __ARGS((void));
void block_autocmds __ARGS((void));
void unblock_autocmds __ARGS((void));
+int is_autocmd_blocked __ARGS((void));
char_u *getnextac __ARGS((int c, void *cookie, int indent));
int has_autocmd __ARGS((event_T event, char_u *sfname, buf_T *buf));
char_u *get_augroup_name __ARGS((expand_T *xp, int idx));