mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-10 13:32:22 +08:00
implement new unique_tail formatter. resolves #230.
This commit is contained in:
@@ -386,6 +386,11 @@ eclim <https://eclim.org>
|
||||
<
|
||||
* configure collapsing parent directories in buffer name. >
|
||||
let g:airline#extensions#tabline#fnamecollapse = 1
|
||||
|
||||
" The `unique_tail` algorithm will display the tail of the filename, unless
|
||||
" there is another file of the same name, in which it will display it along
|
||||
" with the containing parent directory.
|
||||
let g:airline#extensions#tabline#formatter = 'unique_tail'
|
||||
<
|
||||
* configure the minimum number of buffers needed to show the tabline. >
|
||||
let g:airline#extensions#tabline#buffer_min_count = 0
|
||||
|
||||
Reference in New Issue
Block a user