Fix stupid typo
This commit is contained in:
parent
f8c85e3e53
commit
7e6986651c
|
@ -87,7 +87,7 @@ function! airline#init#bootstrap()
|
||||||
\ 'notexists': "\u0246",
|
\ 'notexists': "\u0246",
|
||||||
\ 'crypt': nr2char(0x1F512),
|
\ 'crypt': nr2char(0x1F512),
|
||||||
\ }, 'keep')
|
\ }, 'keep')
|
||||||
elseif &encoding==?'utf-8' && !get(g:, "g:airline_symbols_ascii", 0)
|
elseif &encoding==?'utf-8' && !get(g:, "airline_symbols_ascii", 0)
|
||||||
" Symbols for Unicode terminals
|
" Symbols for Unicode terminals
|
||||||
call s:check_defined('g:airline_left_sep', "")
|
call s:check_defined('g:airline_left_sep', "")
|
||||||
call s:check_defined('g:airline_left_alt_sep', "")
|
call s:check_defined('g:airline_left_alt_sep', "")
|
||||||
|
|
Loading…
Reference in New Issue