1
0
forked from aniani/vim

updated for version 7.0218

This commit is contained in:
Bram Moolenaar
2006-03-08 21:32:40 +00:00
parent 1f35bf9cab
commit a3227e2b15
39 changed files with 719 additions and 213 deletions

View File

@@ -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);