commit | a83e70000f106a1e1e0f86e8e362ec94c0df074c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:47:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:47:35 2019 +0200 |
tree | 79eca2c4a31df9a1dde9c5c7acaf99757a2642db | |
parent | 5b8cfedfbd19a71a30c73cf44b0aec3da7fc1a24 [diff] [blame] |
patch 8.1.1613: popup window test fails with Athena and Motif Problem: Popup window test fails with Athena and Motif. Solution: Compute the highlight attribut when the GUI is not active.
diff --git a/src/syntax.c b/src/syntax.c index 4d42346..9c17a58 100644 --- a/src/syntax.c +++ b/src/syntax.c
@@ -8202,6 +8202,8 @@ { if (gui.in_use && do_colors) gui_new_scrollbar_colors(); + else + set_hl_attr(idx); } # ifdef FEAT_BEVAL_GUI else if (is_tooltip_group)