summaryrefslogtreecommitdiffstats
path: root/src/highlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlight.c')
-rw-r--r--src/highlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlight.c b/src/highlight.c
index 564cf3a23a..40dda6452e 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)