mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.3959: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -4390,7 +4390,7 @@ open_cmdwin(void)
|
||||
if (!win_valid(old_curwin) || !bufref_valid(&old_curbuf))
|
||||
{
|
||||
cmdwin_result = Ctrl_C;
|
||||
emsg(_("E199: Active window or buffer deleted"));
|
||||
emsg(_(e_active_window_or_buffer_deleted));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user