]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1491: wrong scrolling with ls=0 and :botright split v9.0.1491
authorzeertzjq <zeertzjq@outlook.com>
Wed, 26 Apr 2023 18:01:44 +0000 (19:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Apr 2023 18:01:44 +0000 (19:01 +0100)
commitfbf2071ac9ef08302a1df86c15f3d4ddbe871243
tree386c9967797386ebc3d029f586ddda6f91088db0
parent73916bac5ac2a054a0c71adfe8d742691cdfd95c
patch 9.0.1491: wrong scrolling with ls=0 and :botright split

Problem:    Wrong scrolling with ls=0 and :botright split.
Solution:   Add statusline before calling frame_new_height(). (closes #12299)
src/testdir/test_window_cmd.vim
src/version.c
src/window.c