0
0
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:
Bram Moolenaar
2019-12-24 15:38:21 +01:00
parent 49d68bf5e4
commit 1500a42c42
2 changed files with 3 additions and 1 deletions

View File

@@ -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)