commit | bc045ea87a5cc6af090dd112b4eaa5964c726132 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 22:01:26 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 22:01:26 2005 +0000 |
tree | eace08aedcc8ea823286eb6627f001f83b1ce337 | |
parent | 50cde8273e0b9391ccd04179b2445361db61ff63 [diff] [blame] |
updated for version 7.0080
diff --git a/src/screen.c b/src/screen.c index 8c6dba1..ece886b 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -3580,7 +3580,7 @@ if (area_attr == 0 && search_attr == 0) char_attr = syntax_attr; else - char_attr = hl_combine_attr(char_attr, syntax_attr); + char_attr = hl_combine_attr(syntax_attr, char_attr); } /* Check spelling (unless at the end of the line).