use code 160 for space to fix rendering problems.

This commit is contained in:
Bailey Ling
2013-09-18 22:23:50 -04:00
parent 2d465afb95
commit 948a4178a8
6 changed files with 19 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ function! airline#extensions#branch#get_head()
return empty(head) || !s:check_in_path()
\ ? s:empty_message
\ : printf('%s%s', empty(s:symbol) ? '' : s:symbol.' ', head)
\ : printf('%s%s', empty(s:symbol) ? '' : s:symbol.(g:airline_symbols.space), head)
endfunction
function! s:check_in_path()