mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-01-09 09:12:18 +08:00
replace all instance of space with the no-break space. resolves #256.
This commit is contained in:
@@ -8,7 +8,7 @@ endif
|
||||
function! airline#extensions#syntastic#get_warnings()
|
||||
let errors = SyntasticStatuslineFlag()
|
||||
if strlen(errors) > 0
|
||||
return errors.' '
|
||||
return errors.(g:airline_symbols.space)
|
||||
endif
|
||||
return ''
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user