mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-08-12 10:52:35 +08:00
doc: document correct default for tabpanel scroll/scrollbar variables
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
+2
-2
@@ -1488,13 +1488,13 @@ Vim >9.1.1391).
|
|||||||
* enable mouse wheel scrolling over the tabpanel area when the tab list
|
* enable mouse wheel scrolling over the tabpanel area when the tab list
|
||||||
exceeds the visible screen height (requires Vim patch 9.2.386) >
|
exceeds the visible screen height (requires Vim patch 9.2.386) >
|
||||||
let g:airline#extensions#tabpanel#scroll = 1
|
let g:airline#extensions#tabpanel#scroll = 1
|
||||||
< default: 0
|
< default: 1
|
||||||
|
|
||||||
* reserve a one-column scrollbar in the tabpanel showing the current scroll
|
* reserve a one-column scrollbar in the tabpanel showing the current scroll
|
||||||
position; clicking or dragging the thumb jumps to that position (requires
|
position; clicking or dragging the thumb jumps to that position (requires
|
||||||
Vim patch 9.2.386; implies scroll) >
|
Vim patch 9.2.386; implies scroll) >
|
||||||
let g:airline#extensions#tabpanel#scrollbar = 1
|
let g:airline#extensions#tabpanel#scrollbar = 1
|
||||||
< default: 0
|
< default: 1
|
||||||
|
|
||||||
Note: The tabpanel extension reuses the tabline highlight groups
|
Note: The tabpanel extension reuses the tabline highlight groups
|
||||||
(|airline-tabline-hlgroups|) and respects the tabline tab number settings
|
(|airline-tabline-hlgroups|) and respects the tabline tab number settings
|
||||||
|
|||||||
Reference in New Issue
Block a user