summaryrefslogtreecommitdiffstats
path: root/src/proto/fileio.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-22 23:05:54 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-22 23:05:54 +0200
commitd5005164e1f367136c956d2941478a3aea30ec47 (patch)
tree08ea4c1c98bcb7ad6f24040825faa4c6493e1bae /src/proto/fileio.pro
parentfb539273c95f95e18e9542c2de3318b1b1e73db6 (diff)
updated for version 7.4.414v7.4.414
Problem: Cannot define a command only when it's used. Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto/fileio.pro')
-rw-r--r--src/proto/fileio.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro
index 0d532f4ce2..5b71d0aadc 100644
--- a/src/proto/fileio.pro
+++ b/src/proto/fileio.pro
@@ -47,6 +47,8 @@ int has_cursormovedI __ARGS((void));
int has_textchanged __ARGS((void));
int has_textchangedI __ARGS((void));
int has_insertcharpre __ARGS((void));
+int has_cmdundefined __ARGS((void));
+int has_funcundefined __ARGS((void));
void block_autocmds __ARGS((void));
void unblock_autocmds __ARGS((void));
int is_autocmd_blocked __ARGS((void));