allow collapsing to be configurable. also fix win paths.

This commit is contained in:
Bailey Ling
2013-09-07 15:09:19 +00:00
parent e1062c5f84
commit dbd9121c05
2 changed files with 9 additions and 1 deletions

View File

@@ -331,6 +331,9 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
<
* configure the formatting of filenames (see |filename-modifiers|). >
let g:airline#extensions#tabline#fnamemod = ':p:.'
<
* configure collapsing parent directories in buffer name. >
let g:airline#extensions#tabline#fnamecollapse = 1
<
* configure the minimum number of buffers needed to show the tabline. >
let g:airline#extensions#tabline#buffer_min_count = 0