summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_breakindent.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-02-10 21:10:12 +0100
committerBram Moolenaar <Bram@vim.org>2021-02-10 21:10:12 +0100
commit8f33ebfade10cd1b4296d8ec8dca815a09e8a405 (patch)
tree14c69ab4de9f7311ac0d09bf9898a982bdc91e48 /src/testdir/test_breakindent.vim
parent3ff656f6b43465083b58e1d2fb9b8008abc5bc17 (diff)
patch 8.2.2495: text jumps up and down when moving the cursorv8.2.2495
Problem: Text jumps up and down when moving the cursor in a small window with wrapping text and 'scrolloff' set. Solution: Adjust the computation of w_skipcol. (partly by Ghjuvan Lacambre, closes #7813)
Diffstat (limited to 'src/testdir/test_breakindent.vim')
-rw-r--r--src/testdir/test_breakindent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_breakindent.vim b/src/testdir/test_breakindent.vim
index 42b8c8cf25..98aff02aea 100644
--- a/src/testdir/test_breakindent.vim
+++ b/src/testdir/test_breakindent.vim
@@ -634,7 +634,7 @@ func Test_breakindent19_sbr_nextpage()
call s:compare_lines(expect, lines)
" Scroll down one screen line
setl scrolloff=5
- norm! 5gj
+ norm! 6gj
redraw!
let lines = s:screen_lines(1, 20)
let expect = [