From 92c2ac1c1439e80b10a31e4531cd652bdea4ed58 Mon Sep 17 00:00:00 2001 From: Thibault Date: Thu, 16 Jul 2015 18:45:59 +0200 Subject: [PATCH] Improved documentation on formatters Explains how unique_tail and unique_tail_improved delegate formatting of already-unique filenames to default. --- doc/airline.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index 0d269b43..974f53ed 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -489,7 +489,11 @@ exposed. endfunction let g:airline#extensions#tabline#formatter = 'foo' < - Note: the following variables are only used by the 'default' formatter. + + 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