1
0
forked from aniani/vim

patch 9.0.0201: CursorLine highlight overrules virtual text highlight

Problem:    CursorLine highlight overrules virtual text highlight.
Solution:   Let extra attribute overrule line attribute. (closes #10909)
This commit is contained in:
Bram Moolenaar
2022-08-13 20:17:34 +01:00
parent 8f369fb1ab
commit 9113c2cd19
5 changed files with 11 additions and 7 deletions

View File

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