summaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c
index 2bb98fe9f..0df7bfe2f 100644
--- a/src/match.c
+++ b/src/match.c
@@ -1296,7 +1296,7 @@ ex_match(exarg_T *eap)
id = eap->line2;
else
{
- emsg(_(e_invcmd));
+ emsg(_(e_invalid_command));
return;
}