diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-18 22:10:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-18 22:10:00 +0000 |
commit | e3226be91a18160dcae6aefc240bf1d687bcd2a2 (patch) | |
tree | 038f14a1dc33c2598be03b661a0b7d6194001fca /src/proto/fileio.pro | |
parent | d35f9711d4558f8784e65531a152d38d1dabbe72 (diff) | |
download | vim-git-e3226be91a18160dcae6aefc240bf1d687bcd2a2.tar.gz |
updated for version 7.0173v7.0173
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 2f5897c33..4348d36c9 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -36,6 +36,7 @@ void aucmd_restbuf __ARGS((aco_save_T *aco)); int apply_autocmds __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf)); int apply_autocmds_retval __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, int *retval)); int has_cursorhold __ARGS((void)); +int trigger_cursorhold __ARGS((void)); int has_autocmd __ARGS((EVENT_T event, char_u *sfname, buf_T *buf)); char_u *get_augroup_name __ARGS((expand_T *xp, int idx)); char_u *set_context_in_autocmd __ARGS((expand_T *xp, char_u *arg, int doautocmd)); |