From 256a9681cb1622eaee509b0dc4e543b4e7db6515 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sun, 15 Sep 2013 08:52:13 -0400 Subject: [PATCH] document showing/hiding tabline based on tab count. resolves #252. --- doc/airline.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index ae6c2a91..77a27e99 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -339,7 +339,13 @@ virtualenv * configure the minimum number of buffers needed to show the tabline. > let g:airline#extensions#tabline#buffer_min_count = 0 < - Note: this setting only applies to a single tab. + Note: this setting only applies to a single tab and when `show_buffers` is + true. + +* configure the minimum number of tabs needed to show the tabline. > + let g:airline#extensions#tabline#tab_min_count = 0 +< + Note: this setting only applies when `show_buffers` is false. * configure separators for the tabline only. > let g:airline#extensions#tabline#left_sep = ''