Patch 8.1.1613

15 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 1, 2019, 3:49:21 PM7/1/19
to vim...@googlegroups.com

Patch 8.1.1613
Problem: Popup window test fails with Athena and Motif.
Solution: Compute the highlight attribut when the GUI is not active.
Files: src/syntax.c


*** ../vim-8.1.1612/src/syntax.c 2019-06-29 03:42:32.060749532 +0200
--- src/syntax.c 2019-07-01 21:41:56.878938880 +0200
***************
*** 8202,8207 ****
--- 8202,8209 ----
{
if (gui.in_use && do_colors)
gui_new_scrollbar_colors();
+ else
+ set_hl_attr(idx);
}
# ifdef FEAT_BEVAL_GUI
else if (is_tooltip_group)
*** ../vim-8.1.1612/src/version.c 2019-06-30 22:16:06.935821727 +0200
--- src/version.c 2019-07-01 21:47:18.968791572 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1613,
/**/

--
The psychic said, "God bless you." I said, "I didn't sneeze." She
looked deep into my eyes and said, "You will, eventually." And, damn
if she wasn't right. Two days later, I sneezed. --Ellen Degeneres

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Elimar Riesebieter

unread,
Jul 2, 2019, 3:46:22 AM7/2/19
to vim...@googlegroups.com
* Bram Moolenaar <Br...@moolenaar.net> [2019-07-01 21:49 +0200]:

>
> Patch 8.1.1613
> Problem: Popup window test fails with Athena and Motif.
> Solution: Compute the highlight attribut when the GUI is not active.
> Files: src/syntax.c

That works fine. Thanks a lot.

Elimar
--
On the keyboard of life you have always
to keep a finger at the escape key;-)

Reply all
Reply to author
Forward
0 new messages