mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-18 06:19:42 +08:00
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
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:
+1
-6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user