]> granicus.if.org Git - vim/commit
patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen" v9.0.0964
authorLuuk van Baal <luukvbaal@gmail.com>
Mon, 28 Nov 2022 16:49:36 +0000 (16:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Nov 2022 16:49:36 +0000 (16:49 +0000)
commit74a694dbe20bb7dea4e06f474cf62e20f9c92f1d
tree380e37d2a79c0d6cc76977d9d156bd026299a0ff
parent269aa2b29ac3e4c0083d929e2477c95e7bd1177a
patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen"

Problem:    Status line of other window not redrawn when dragging it when
            'splitkeep' is set to "screen".
Solution:   Set w_redr_status earlier. (Luuk van Baal, closes #11635,
            closes #11632)
src/testdir/dumps/Test_splitkeep_status_1.dump [new file with mode: 0644]
src/testdir/test_window_cmd.vim
src/version.c
src/window.c