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:
@@ -198,7 +198,7 @@ do_window(
|
||||
if (Prenum == 0)
|
||||
emsg(_(e_no_alternate_file));
|
||||
else
|
||||
semsg(_("E92: Buffer %ld not found"), Prenum);
|
||||
semsg(_(e_buffer_nr_not_found), Prenum);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user