]> granicus.if.org Git - vim/commit
patch 8.0.1767: with 'incsearch' text may jump up and down v8.0.1767
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Apr 2018 20:18:12 +0000 (22:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Apr 2018 20:18:12 +0000 (22:18 +0200)
commit9d34d90210ba52ebaf45973282e5921f5af364c7
treeb3a56a49f0ce1d83dbb39c053edc8d642bb7f62d
parentc3c3e698966fac86dee94799b70947defb85440d
patch 8.0.1767: with 'incsearch' text may jump up and down

Problem:    With 'incsearch' text may jump up and down. ()
Solution:   Besides w_botline also save and restore w_empty_rows.
            (closes # 2530)
src/ex_getln.c
src/testdir/dumps/Test_incsearch_scrolling_01.dump [new file with mode: 0644]
src/testdir/test_search.vim
src/version.c