commit | abab85a4994fec3e95ab79c5cdf94a7f893c1aeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 19:18:05 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 19:18:05 2013 +0200 |
tree | cc4050290198250d686a91d7395b9d85f662845e | |
parent | a0169128d98669c753c899353127263e1ea289f9 [diff] [blame] |
updated for version 7.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)
diff --git a/src/fileio.c b/src/fileio.c index 6c8cba1..b6f4016 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -9572,6 +9572,12 @@ # endif } + int +is_autocmd_blocked() +{ + return autocmd_blocked != 0; +} + /* * Find next autocommand pattern that matches. */