mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user