diff src/syntax.c @ 548:f43150a669dc

updated for version 7.0155
author vimboss
date Mon, 10 Oct 2005 20:59:28 +0000
parents 2df7f3a5eb96
children 1b7cac059bab
line wrap: on
line diff
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -7733,6 +7733,9 @@ hl_combine_attr(char_attr, prim_attr)
 	else
 	{
 	    vim_memset(&new_en, 0, sizeof(new_en));
+	    new_en.ae_u.gui.fg_color = INVALCOLOR;
+	    new_en.ae_u.gui.bg_color = INVALCOLOR;
+	    new_en.ae_u.gui.sp_color = INVALCOLOR;
 	    if (char_attr <= HL_ALL)
 		new_en.ae_attr = char_attr;
 	}