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:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user