Fix stupid typo

This commit is contained in:
Christian Brabandt 2017-02-25 22:13:16 +01:00
parent f8c85e3e53
commit 7e6986651c
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -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', "")