1
0
forked from aniani/vim

patch 9.0.1603: display wrong if scrolling multiple lines with 'smoothscroll'

Problem:    Display wrong when scrolling multiple lines with 'smoothscroll'
            set.
Solution:   Redraw when w_skipcol changed. (closes #12477, closes #12468)
This commit is contained in:
zeertzjq
2023-06-03 22:08:33 +01:00
committed by Bram Moolenaar
parent ecb87dd7d3
commit 3c80227760
5 changed files with 49 additions and 3 deletions

View File

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