mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0155
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user