mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1558: signs test fails
Problem: Signs test fails. Solution: Add missing change to sign.c.
This commit is contained in:
@@ -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);
|
sattr->sat_texthl = syn_id2attr(sp->sn_text_hl);
|
||||||
if (sp->sn_line_hl > 0)
|
if (sp->sn_line_hl > 0)
|
||||||
sattr->sat_linehl = syn_id2attr(sp->sn_line_hl);
|
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
|
// If there is another sign next with the same priority, may
|
||||||
// combine the text and the line highlighting.
|
// combine the text and the line highlighting.
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1558,
|
||||||
/**/
|
/**/
|
||||||
1557,
|
1557,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user