mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -165,7 +165,7 @@ match_add(
|
||||
}
|
||||
else
|
||||
{
|
||||
emsg(_("E290: List or number required"));
|
||||
emsg(_(e_list_or_number_required));
|
||||
goto fail;
|
||||
}
|
||||
if (toplnum == 0 || lnum < toplnum)
|
||||
|
||||
Reference in New Issue
Block a user