1
0
forked from aniani/vim

patch 9.0.0357: 'linebreak' interferes with text property highlight

Problem:    'linebreak' interferes with text property highlight if there is
            syntax highlighting.
Solution:   Check the text prop attributes after combining with syntax
            attributes. (closes #11035)
This commit is contained in:
Bram Moolenaar
2022-09-02 13:26:29 +01:00
parent a02a8a4d84
commit cf2bb63397
5 changed files with 30 additions and 4 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
357,
/**/
356,
/**/