document showing/hiding tabline based on tab count. resolves #252.

This commit is contained in:
Bailey Ling 2013-09-15 08:52:13 -04:00
parent 6f3a4daba4
commit 256a9681cb

View File

@ -339,7 +339,13 @@ virtualenv <https://github.com/jmcantrell/vim-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 = ''