mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.2.0037: missing renamed message
Problem: Missing renamed message. Solution: Now really add the error number.
This commit is contained in:
@@ -3796,7 +3796,7 @@ match_add(
|
||||
}
|
||||
else
|
||||
{
|
||||
emsg(_("List or number required"));
|
||||
emsg(_("E290: List or number required"));
|
||||
goto fail;
|
||||
}
|
||||
if (toplnum == 0 || lnum < toplnum)
|
||||
|
Reference in New Issue
Block a user