1
0
forked from aniani/vim

patch 8.2.2542: highlight of char beyond line end is not correct

Problem:    Highlight of char beyond line end is not correct. (Chuan Wei Foo)
Solution:   Fix counting NUL as one cell.  Draw one more character if the EOL
            is part of the match. (closes #7883)
This commit is contained in:
Bram Moolenaar
2021-02-22 22:13:49 +01:00
parent 6bfc475f71
commit 41f0895c6e
5 changed files with 58 additions and 3 deletions

View File

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