Merge pull request #822 from thblt/master

Improved documentation on formatters
This commit is contained in:
Bailey Ling 2015-10-05 08:57:41 -04:00
commit 8f42044cc9
1 changed files with 5 additions and 1 deletions

View File

@ -489,7 +489,11 @@ exposed.
endfunction
let g:airline#extensions#tabline#formatter = 'foo'
<
Note: the following variables are only used by the 'default' formatter.
When no disambiguation is needed, both 'unique_tail_improved' and
'unique_tail' delegate formatting to 'default', so these variables also
control rendering of unique filenames when using these formatters.
* configure whether buffer numbers should be shown. >
let g:airline#extensions#tabline#buffer_nr_show = 0