0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0e04

This commit is contained in:
Bram Moolenaar
2006-04-20 22:17:20 +00:00
parent 8424a624ce
commit fc1421eb53
54 changed files with 2579 additions and 5124 deletions

View File

@@ -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
/*