commit | 2f1228463aa9ff62814f9732561b1849e5f01f75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 23:18:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 23:18:00 2020 +0200 |
tree | 72db873a3e9f3a018fc09ced1e2a378da0e251a7 | |
parent | 997cd1a17f030d004b334d17cf1c1c57050c9906 [diff] [blame] |
patch 8.2.1558: signs test fails Problem: Signs test fails. Solution: Add missing change to sign.c.
diff --git a/src/sign.c b/src/sign.c index fb452b3..fd373b5 100644 --- a/src/sign.c +++ b/src/sign.c
@@ -517,6 +517,7 @@ 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.