From 46d64f94d467724a2559ebf9862635cf9b1d3530 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 22 Apr 2026 20:35:59 +0000 Subject: [PATCH] doc: document correct default for tabpanel scroll/scrollbar variables Signed-off-by: Christian Brabandt --- doc/airline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/airline.txt b/doc/airline.txt index a0033a1f..0178d38f 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1488,13 +1488,13 @@ Vim >9.1.1391). * 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: 0 +< 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) > let g:airline#extensions#tabpanel#scrollbar = 1 -< default: 0 +< default: 1 Note: The tabpanel extension reuses the tabline highlight groups (|airline-tabline-hlgroups|) and respects the tabline tab number settings