mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-24 04:41:27 +08:00
use code 160 for space to fix rendering problems.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user