1
0
forked from aniani/vim

patch 9.0.0518: virtual text highlight starts too early with 'nowrap'

Problem:    Virtual text highlight starts too early with 'nowrap' and 'number'
            set.
Solution:   Add the offset to the attribute skip count. (issue #11138)
This commit is contained in:
Bram Moolenaar
2022-09-20 17:57:53 +01:00
parent 320d910064
commit b84d565c62
4 changed files with 21 additions and 4 deletions

View File

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