mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -1201,7 +1201,7 @@ do_helptags(char_u *dirname, int add_help_tags, int ignore_writeerr)
|
||||
EW_FILE|EW_SILENT) == FAIL
|
||||
|| filecount == 0)
|
||||
{
|
||||
semsg(_("E151: No match: %s"), NameBuff);
|
||||
semsg(_(e_no_match_str_1), NameBuff);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user