1
0
forked from aniani/vim

patch 8.2.3830: error messages are spread out

Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
This commit is contained in:
Bram Moolenaar
2021-12-16 20:56:57 +00:00
parent 94c785d235
commit e124204c4f
19 changed files with 137 additions and 74 deletions

View File

@@ -7190,7 +7190,7 @@ qf_add_entry_from_dict(
if (!did_bufnr_emsg)
{
did_bufnr_emsg = TRUE;
semsg(_("E92: Buffer %d not found"), bufnum);
semsg(_(e_buffer_nr_not_found), bufnum);
}
valid = FALSE;
bufnum = 0;