]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2495: text jumps up and down when moving the cursor v8.2.2495
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Feb 2021 20:10:12 +0000 (21:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Feb 2021 20:10:12 +0000 (21:10 +0100)
commit8f33ebfade10cd1b4296d8ec8dca815a09e8a405
tree14c69ab4de9f7311ac0d09bf9898a982bdc91e48
parent3ff656f6b43465083b58e1d2fb9b8008abc5bc17
patch 8.2.2495: text jumps up and down when moving the cursor

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)
src/move.c
src/testdir/test_breakindent.vim
src/version.c