From 3ad4a18d858bb80d45a1c054b845021abe5c8f0d Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 17 Apr 2018 07:37:56 +0200 Subject: [PATCH] xtabline doc: mention required tabline setting --- doc/airline.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index b542252..47641c8 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -904,6 +904,10 @@ Main features and default mappings of this extension are: > let g:xtabline_alt_action = "buffer #" +Make sure to enable > + :let g:airline_extensions#tabline#show_buffers = 1 +otherwise the tabline might not actually be displayed correctly. + ----------------------------------------------------------------------------- You may also set these options: