]> granicus.if.org Git - vim/commitdiff
patch 8.1.1613: popup window test fails with Athena and Motif v8.1.1613
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 19:47:35 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 19:47:35 +0000 (21:47 +0200)
Problem:    Popup window test fails with Athena and Motif.
Solution:   Compute the highlight attribut when the GUI is not active.

src/syntax.c
src/version.c

index 4d4234683d81e0d3a053b1778b74693f1fa02bd6..9c17a58757957b48f0a5cd9d8429f3157b69501c 100644 (file)
@@ -8202,6 +8202,8 @@ do_highlight(
        {
            if (gui.in_use && do_colors)
                gui_new_scrollbar_colors();
+           else
+               set_hl_attr(idx);
        }
 # ifdef FEAT_BEVAL_GUI
        else if (is_tooltip_group)
index 7bd2327369b9f2a18e84dc1c2300c97c2ca66b60..2ba2bcae2a27561616d51f92f44a4ad4c13f2ce1 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1613,
 /**/
     1612,
 /**/