From fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 20 Apr 2006 22:17:20 +0000 Subject: updated for version 7.0e04 --- src/syntax.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index dfeda5e92..714de44d2 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -4528,7 +4528,7 @@ syn_cmd_keyword(eap, syncing) break; if (p[1] == NUL) { - EMSG2(_("E747: Missing ']': %s"), kw); + EMSG2(_("E789: Missing ']': %s"), kw); kw = p + 2; /* skip over the NUL */ break; } @@ -6329,9 +6329,9 @@ init_highlight(both, reset) * depend on the number of colors available. */ if (t_colors > 8) do_highlight((char_u *)(*p_bg == 'l' ? "Visual ctermbg=LightGrey" - : "Visual ctermbg=DarkGrey"), reset, TRUE); + : "Visual ctermbg=DarkGrey"), FALSE, TRUE); else - do_highlight((char_u *)"Visual cterm=reverse", reset, TRUE); + do_highlight((char_u *)"Visual cterm=reverse", FALSE, TRUE); #ifdef FEAT_SYN_HL /* -- cgit v1.2.1