summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-08 21:32:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-08 21:32:40 +0000
commita3227e2b15600b2303e3aac070803021e76ed6d5 (patch)
tree28e62d3adfb3021ca3b92b6f86cb772d4a0ae9c8 /src/fileio.c
parent1f35bf9cab16d3f3a63c47894c69c9aa699d8145 (diff)
downloadvim-git-a3227e2b15600b2303e3aac070803021e76ed6d5.tar.gz
updated for version 7.0218v7.0218
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 205e5f0c6..635bbcfd1 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4655,7 +4655,7 @@ set_rw_fname(fname, sfname)
{
if (au_find_group((char_u *)"filetypedetect") != AUGROUP_ERROR)
(void)do_doautocmd((char_u *)"filetypedetect BufRead", FALSE);
- do_modelines(FALSE);
+ do_modelines(0);
}
#endif
@@ -8045,7 +8045,7 @@ ex_doautoall(eap)
/* execute the autocommands for this buffer */
retval = do_doautocmd(eap->arg, FALSE);
- do_modelines(FALSE);
+ do_modelines(0);
/* restore the current window */
aucmd_restbuf(&aco);