]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1394: tabpanel not correctly redrawn on tabonly v9.1.1394
authorHirohito Higashi <h.east.727@gmail.com>
Fri, 16 May 2025 17:34:34 +0000 (19:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 16 May 2025 17:36:56 +0000 (19:36 +0200)
commitc659e4a51663db6955dd5f690dff536576430374
tree19731f1c033772a8851937b21461edf41dad3262
parentba19b658998e5bfa9456fde00ae98759af6dde6d
patch 9.1.1394: tabpanel not correctly redrawn on tabonly

Problem:  tabpanel not correctly redrawn on tabonly
          (Maxim Kim, after v9.1.1391)
Solution: force redraw of the tabpanel, tweak style
          (Hirohito Higashi)

fixes: #17322
closes: #17330

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