diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-12 20:14:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-12 20:14:01 +0100 |
commit | 60542ac9fd078d5f87fa5f91131432d8a316bb0f (patch) | |
tree | 662ab1896c75b1419af0d0c182df62a3cf1600bb /src/proto/fileio.pro | |
parent | bbc98db7c45ed9c8a6bbc7e2ac7c67180ccbab16 (diff) | |
download | vim-git-60542ac9fd078d5f87fa5f91131432d8a316bb0f.tar.gz |
updated for version 7.3.442v7.3.442
Problem: Still read modelines for ":doautocmd".
Solution: Move check for <nomodeline> to separate function.
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 cb4012f8e..d65ec7cfe 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -35,6 +35,7 @@ void au_event_restore __ARGS((char_u *old_ei)); void do_autocmd __ARGS((char_u *arg, int forceit)); int do_doautocmd __ARGS((char_u *arg, int do_msg)); void ex_doautoall __ARGS((exarg_T *eap)); +int check_nomodeline __ARGS((char_u **argp)); void aucmd_prepbuf __ARGS((aco_save_T *aco, buf_T *buf)); 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)); |