updated for version 7.0218
diff --git a/src/fileio.c b/src/fileio.c
index 205e5f0..635bbcf 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4655,7 +4655,7 @@
{
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 @@
/* 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);