diff --git a/doc/airline.txt b/doc/airline.txt index 76e3fabd..8c40d995 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -410,8 +410,8 @@ eclim " with the containing parent directory. let g:airline#extensions#tabline#formatter = 'unique_tail' - The `unique_tail_improved` - another algorithm, that will smartly uniqualise - buffers names with similar filename, suppressing common parts of paths. + " The `unique_tail_improved` - another algorithm, that will smartly uniqualise + " buffers names with similar filename, suppressing common parts of paths. let g:airline#extensions#tabline#formatter = 'unique_tail_improved' < * configure the minimum number of buffers needed to show the tabline. >