1
0
forked from aniani/vim

patch 9.0.1602: stray character visible if marker on top of double-wide char

Problem:    Stray character is visible if 'smoothscroll' marker is displayed
            on top of a double-wide character.
Solution:   When overwriting a double-width character with the 'smoothscroll'
            marker clear the second half. (closes #12469)
This commit is contained in:
zeertzjq
2023-06-03 19:45:06 +01:00
committed by Bram Moolenaar
parent 664fd12aa2
commit ecb87dd7d3
5 changed files with 77 additions and 0 deletions

View File

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