]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1448: tabpanel is not displayed correctly when msg_scrolled v9.1.1448
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 10 Jun 2025 18:19:04 +0000 (20:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 10 Jun 2025 18:20:22 +0000 (20:20 +0200)
commit3ca6776a577fd0a324ee435c9234e202301acaab
tree56331a1dc9175323e09db0e45abe69ccfe21188b
parent91782b4aeb62043739138903f30cad2fe79238ab
patch 9.1.1448: tabpanel is not displayed correctly when msg_scrolled

Problem:  tabpanel is not displayed correctly when msg_scrolled
Solution: remove the msg_scrolled condition (Hirohito Higashi)

fixes: #17502
closes: #17510

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tabpanel.c
src/testdir/dumps/Test_tabpanel_with_msg_scrolled_0.dump [new file with mode: 0644]
src/testdir/dumps/Test_tabpanel_with_msg_scrolled_1.dump [new file with mode: 0644]
src/testdir/test_tabpanel.vim
src/version.c