1
0
forked from aniani/vim

patch 8.2.4520: using wrong highlight for cursor line number

Problem:    Using wrong highlight for cursor line number.
Solution:   Take filler lines into account when using CursorLineNr.
            (closes #9897)
This commit is contained in:
Bram Moolenaar
2022-03-06 19:54:13 +00:00
parent d523c7be5c
commit 127969cf98
5 changed files with 71 additions and 2 deletions

View File

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