diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-26 19:18:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-26 19:18:05 +0200 |
commit | abab85a4994fec3e95ab79c5cdf94a7f893c1aeb (patch) | |
tree | cc4050290198250d686a91d7395b9d85f662845e /src/proto/fileio.pro | |
parent | a0169128d98669c753c899353127263e1ea289f9 (diff) | |
download | vim-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.pro | 1 |
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)); |