This commit is contained in:
ckelsel
2017-07-11 08:27:05 +08:00
committed by James McCoy
parent c805f2cf54
commit 06f4b96322
2 changed files with 8 additions and 5 deletions

View File

@@ -5023,8 +5023,9 @@ static void helptags_one(char_u *dir, char_u *ext, char_u *tagfname,
if (gen_expand_wildcards(1, buff_list, &filecount, &files,
EW_FILE|EW_SILENT) == FAIL
|| filecount == 0) {
if (!got_int)
if (!got_int) {
EMSG2(_("E151: No match: %s"), NameBuff);
}
return;
}