1
0
forked from aniani/vim

patch 9.0.0186: virtual text without highlighting does not show

Problem:    Virtual text without highlighting does not show. (Ben Jackson)
Solution:   Use a text property when it has highlighting or when it has text.
            (closes #10878)
This commit is contained in:
Bram Moolenaar
2022-08-10 16:49:02 +01:00
parent 952c9b02f8
commit 3331dd0351
9 changed files with 15 additions and 8 deletions

View File

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