1
0
forked from aniani/vim

updated for version 7.0214

This commit is contained in:
Bram Moolenaar
2006-03-04 21:55:31 +00:00
parent 36fc535cb1
commit 87b5ca5172
10 changed files with 126 additions and 25 deletions

View File

@@ -4686,7 +4686,16 @@ find_pattern_in_path(ptr, dir, len, whole, skip_comments,
(char *)new_fname);
msg_trunc_attr(IObuff, TRUE, hl_attr(HLF_R));
}
else
#endif
if (p_verbose >= 5)
{
verbose_enter();
smsg((char_u *)_("Searching included file %s"),
(char *)new_fname);
verbose_leave();
}
}
}
}