comparison src/testdir/test_alot.vim @ 31115:b7834109fefe v9.0.0892

patch 9.0.0892: may redraw when not needed Commit: https://github.com/vim/vim/commit/f32fb93e431e4db95a8663d86dfeb6bffa5896f6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 17 11:34:38 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 12:45:05 +0100
parents 4edfa418f8ba
children
comparison
equal deleted inserted replaced
31114:d1c864c76e5c 31115:b7834109fefe
17 source test_glob2regpat.vim 17 source test_glob2regpat.vim
18 source test_global.vim 18 source test_global.vim
19 source test_move.vim 19 source test_move.vim
20 source test_put.vim 20 source test_put.vim
21 source test_reltime.vim 21 source test_reltime.vim
22 source test_scroll_opt.vim
23 source test_searchpos.vim 22 source test_searchpos.vim
24 source test_set.vim 23 source test_set.vim
25 source test_shift.vim 24 source test_shift.vim
26 source test_sha256.vim 25 source test_sha256.vim
27 source test_tabline.vim 26 source test_tabline.vim