]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1458: tabpanel: tabs not properly updated with 'stpl' v9.1.1458
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 15 Jun 2025 14:09:22 +0000 (16:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Jun 2025 14:09:22 +0000 (16:09 +0200)
commitf5aa269f2d51fe2366e35d7fc3626b05aba31651
treeb28c094d7995f30c6c4df587e25ed787b348c2e1
parent631a50ceb9a312a9042a8e8420afd8e948497d90
patch 9.1.1458: tabpanel: tabs not properly updated with 'stpl'

Problem:  tabpanel: tabs not properly updated with 'stpl'
Solution: remember the Column offset per tabpage
          (Hirohito Higashi)

fixes: #17519
closes: #17544

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