docs updated

This commit is contained in:
zdm 2013-12-26 08:16:30 +02:00
parent 19861d0514
commit 225098475a

View File

@ -410,7 +410,7 @@ eclim <https://eclim.org>
" with the containing parent directory.
let g:airline#extensions#tabline#formatter = 'unique_tail'
" The `unique_tail_improved` - another algorithm, that will smartly uniqualise
" The `unique_tail_improved` - another algorithm, that will smartly uniquify
" buffers names with similar filename, suppressing common parts of paths.
let g:airline#extensions#tabline#formatter = 'unique_tail_improved'
<