much smarter handling of separators (#204).

This commit is contained in:
Bailey Ling
2013-09-01 12:07:46 -04:00
parent 723e721b32
commit 92de8ad160
5 changed files with 65 additions and 38 deletions
+4
View File
@@ -57,3 +57,7 @@ function! airline#parts#readonly()
return &readonly ? g:airline_symbols.readonly : ''
endfunction
function! airline#parts#filetype()
return &filetype
endfunction