]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll' v9.0.1564
authorLuuk van Baal <luukvbaal@gmail.com>
Thu, 18 May 2023 12:26:57 +0000 (13:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 May 2023 12:26:57 +0000 (13:26 +0100)
commit0222c2d103ad9298bec4dc8864cd80b4e7559db1
treeb7d74d46b26c2364cc57e284ad6b881f6aec2b8e
parentc0da540466c89e388e7a15a12bab2f9fc42d9671
patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll'

Problem:    Display moves up and down with 'incsearch' and 'smoothscroll'.
Solution:   Do not check if w_skipcol changed. (Luuk van Baal, closes #12410,
            closes #12409)
src/move.c
src/testdir/dumps/Test_smooth_wrap_2.dump
src/testdir/dumps/Test_smooth_wrap_4.dump
src/version.c