]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1839: Window may have wrong height if resized from another tabpage v9.1.1839
authorzeertzjq <zeertzjq@outlook.com>
Wed, 8 Oct 2025 16:26:04 +0000 (16:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 8 Oct 2025 16:26:04 +0000 (16:26 +0000)
commitbd3b9580273e890951135686875de9bd49e798bc
tree3de5282250f6ae5d5b68c0b605683526af36fb46
parent3796c105cf37e6d1dc863cb95af33f9a673ff80e
patch 9.1.1839: Window may have wrong height if resized from another tabpage

Problem:  Window may have wrong height if resized from another tabpage.
Solution: Improve check for whether a tabline has been added (zeertzjq).

fixes: #18518
closes: #18519

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/dumps/Test_resize_from_another_tabpage_1.dump [new file with mode: 0644]
src/testdir/test_window_cmd.vim
src/version.c
src/window.c