summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 6e1feb5c66..7758254bad 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -4882,7 +4882,7 @@ syn_cmd_keyword(exarg_T *eap, int syncing UNUSED)
break;
if (p[1] == NUL)
{
- semsg(_("E789: Missing ']': %s"), kw);
+ semsg(_(e_error_missing_rsb_str), kw);
goto error;
}
if (p[1] == ']')