1
0
forked from aniani/vim

patch 9.0.0515: virtual text highlight starts too early when 'number' is set

Problem:    Virtual text highlight starts too early when 'number' is set.
Solution:   Set column offset when wrapping. (issue #11138)
This commit is contained in:
Bram Moolenaar
2022-09-20 15:59:22 +01:00
parent a22c56a59a
commit 2fdc9b5419
5 changed files with 48 additions and 63 deletions

View File

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