1
0
forked from aniani/vim

patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap

Problem:    Display garbled when 'cursorline' is set and lines wrap. (Gabriel
            Dupras)
Solution:   Avoid inserting lines twice.
This commit is contained in:
Bram Moolenaar
2021-07-22 21:33:03 +02:00
parent cd268017cf
commit c9e7e344ed
5 changed files with 94 additions and 1 deletions

View File

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