From: Bram Moolenaar Date: Tue, 24 Dec 2019 14:38:21 +0000 (+0100) Subject: patch 8.2.0037: missing renamed message X-Git-Tag: v8.2.0037 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1500a42c42b26cb63659d90883f7a438895cd273;p=vim patch 8.2.0037: missing renamed message Problem: Missing renamed message. Solution: Now really add the error number. --- diff --git a/src/highlight.c b/src/highlight.c index 564cf3a23..40dda6452 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -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) diff --git a/src/version.c b/src/version.c index 6978a31f5..aa7b13cdd 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 37, /**/ 36, /**/