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
|
else
|
||||||
{
|
{
|
||||||
emsg(_("List or number required"));
|
emsg(_("E290: List or number required"));
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
if (toplnum == 0 || lnum < toplnum)
|
if (toplnum == 0 || lnum < toplnum)
|
||||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
37,
|
||||||
/**/
|
/**/
|
||||||
36,
|
36,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user