summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-17 11:34:38 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-17 11:34:38 +0000
commitf32fb93e431e4db95a8663d86dfeb6bffa5896f6 (patch)
tree0a87094dbced6a22a56f90e272662374a35f6ff7 /src/testdir/test_alot.vim
parentfc1b2d0961ad963e6337c25efe082f4c526aca5e (diff)
patch 9.0.0892: may redraw when not neededv9.0.0892
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)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index b7b7eadb31..592ca65672 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -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