]> granicus.if.org Git - vim/commitdiff
patch 8.2.1558: signs test fails v8.2.1558
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Aug 2020 21:18:00 +0000 (23:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Aug 2020 21:18:00 +0000 (23:18 +0200)
Problem:    Signs test fails.
Solution:   Add missing change to sign.c.

src/sign.c
src/version.c

index fb452b30c5b7e06c5063f5bde7ad9f287bc5ac70..fd373b5c3ec6a0f9954715ccefe7195bbf0b688f 100644 (file)
@@ -517,6 +517,7 @@ buf_get_signattrs(win_T *wp, linenr_T lnum, sign_attrs_T *sattr)
                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.
index 214ee2a8ed0a222707d3d6eb513fe0c433f69e10..411a889d56ac6c23d1e8020e5d412247e4c20128 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1558,
 /**/
     1557,
 /**/