Patch 8.2.1558

7 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 31, 2020, 5:19:12 PM8/31/20
to vim...@googlegroups.com

Patch 8.2.1558
Problem: Signs test fails.
Solution: Add missing change to sign.c.
Files: src/sign.c


*** ../vim-8.2.1557/src/sign.c 2020-07-23 17:16:15.050100601 +0200
--- src/sign.c 2020-08-31 21:00:20.799532024 +0200
***************
*** 517,522 ****
--- 517,523 ----
sattr->sat_texthl = syn_id2attr(sp->sn_text_hl);
if (sp->sn_line_hl > 0)
sattr->sat_linehl = syn_id2attr(sp->sn_line_hl);
+ sattr->sat_priority = sign->se_priority;

// If there is another sign next with the same priority, may
// combine the text and the line highlighting.
*** ../vim-8.2.1557/src/version.c 2020-08-31 22:16:04.807294670 +0200
--- src/version.c 2020-08-31 23:17:43.179609394 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1558,
/**/

--
Not too long ago, compress was something you did to garbage...

/// 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 ///
Reply all
Reply to author
Forward
0 new messages