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 564cf3a..40dda64 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -3796,7 +3796,7 @@
 	    }
 	    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 6978a31..aa7b13c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    37,
+/**/
     36,
 /**/
     35,