1
0
forked from aniani/vim

updated for version 7.0024

This commit is contained in:
Bram Moolenaar
2004-12-24 14:35:23 +00:00
parent 1cd871b534
commit b5bf5b8fae
43 changed files with 887 additions and 311 deletions

View File

@@ -2862,7 +2862,7 @@ jumpto_tag(lbuf, forceit, keep_help)
*/
if (mch_getperm(fname) < 0
#ifdef FEAT_AUTOCMD
&& !has_autocmd(EVENT_BUFREADCMD, fname)
&& !has_autocmd(EVENT_BUFREADCMD, fname, NULL)
#endif
)
{