To: vim_dev@googlegroups.com Subject: Patch 8.2.1558 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///