tabpanel: remove scroll suboption handling again
CI / Test (v7.4) (push) Has been cancelled
CI / Test (v8.0.0000) (push) Has been cancelled
CI / Test (v8.1.0000) (push) Has been cancelled
CI / Test (v8.2.0000) (push) Has been cancelled
CI / Test (v8.2.1000) (push) Has been cancelled
CI / Test (v9.0.0000) (push) Has been cancelled
CI / Test (v9.1.0000) (push) Has been cancelled
reviewdog / runner / vint (push) Has been cancelled

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2026-04-27 17:08:33 +00:00
parent f6d9cc6b4a
commit 6e09d725c2
2 changed files with 1 additions and 9 deletions
+1 -6
View File
@@ -1485,14 +1485,9 @@ Vim >9.1.1391).
let g:airline#extensions#tabpanel#align = 'left'
< default: '' (uses Vim's default)
* enable mouse wheel scrolling over the tabpanel area when the tab list
exceeds the visible screen height (requires Vim patch 9.2.386) >
let g:airline#extensions#tabpanel#scroll = 1
< default: 1
* reserve a one-column scrollbar in the tabpanel showing the current scroll
position; clicking or dragging the thumb jumps to that position (requires
Vim patch 9.2.386; implies scroll) >
Vim patch 9.2.386) >
let g:airline#extensions#tabpanel#scrollbar = 1
< default: 1