mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 03:00:00 +08:00
Merge pull request #1424 from tweekmonster/powerline
Fix g:airline_powerline_fonts check
This commit is contained in:
commit
fbd791e7f0
|
@ -71,7 +71,7 @@ function! airline#init#bootstrap()
|
|||
\ 'space': ' '
|
||||
\ }, 'keep')
|
||||
|
||||
if exists('g:airline_powerline_fonts')
|
||||
if get(g:, 'airline_powerline_fonts', 0)
|
||||
" Symbols for Powerline terminals
|
||||
call s:check_defined('g:airline_left_sep', "\ue0b0") "
|
||||
call s:check_defined('g:airline_left_alt_sep', "\ue0b1") "
|
||||
|
|
Loading…
Reference in New Issue
Block a user