add support to show tabline based on minimum buffer count (#220).

This commit is contained in:
Bailey Ling
2013-09-04 19:53:04 +00:00
parent 53364af1e3
commit 56eaf3733f
2 changed files with 48 additions and 13 deletions

View File

@@ -312,6 +312,9 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
* configure how buffer numbers should be formatted with |printf|. >
let g:airline#extensions#tabline#buffer_nr_format = '%s: '
<
* configure the minimum number of buffers needed to show the tabline. >
let g:airline#extensions#tabline#buffer_min_count = 0
<
* configure separators for the tabline only. >
let g:airline#extensions#tabline#left_sep = ''
let g:airline#extensions#tabline#left_alt_sep = ''