automatic separators.

This commit is contained in:
Bailey Ling
2013-08-29 00:57:58 +00:00
parent e13a4c8b1a
commit a927bf9475
3 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ endfunction
function! airline#parts#prepend(name)
let val = function(a:name)()
return empty(val) ? '' : val.' '.g:airline_right_alt_sep
return empty(val) ? '' : val.' '.g:airline_right_alt_sep.' '
endfunction
function! airline#parts#empty()