1
0
forked from aniani/vim

patch 9.0.0892: may redraw when not needed

Problem:    May redraw when not needed, causing slow scrolling.
Solution:   Do not redraw when w_skipcol doesn't change.  When w_skipcol
            changes only redraw from the top. (issue #11559)
This commit is contained in:
Bram Moolenaar
2022-11-17 11:34:38 +00:00
parent fc1b2d0961
commit f32fb93e43
5 changed files with 29 additions and 19 deletions

View File

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