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

@@ -484,6 +484,7 @@ NEW_TESTS_RES = \
test_retab.res \
test_ruby.res \
test_scriptnames.res \
test_scroll_opt.res \
test_scrollbind.res \
test_search.res \
test_search_stat.res \

View File

@@ -19,7 +19,6 @@ source test_global.vim
source test_move.vim
source test_put.vim
source test_reltime.vim
source test_scroll_opt.vim
source test_searchpos.vim
source test_set.vim
source test_shift.vim