mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-03-03 02:44:25 +08:00
check for variable existence
This commit is contained in:
parent
01b88bf865
commit
d1024281a9
@ -1,9 +1,9 @@
|
||||
if g:airline_powerline_fonts
|
||||
if exists('g:airline_powerline_fonts') && g:airline_powerline_fonts
|
||||
let g:airline_left_sep = ''
|
||||
let g:airline_right_sep = ''
|
||||
endif
|
||||
|
||||
let s:bg = 233
|
||||
let s:bg = 232
|
||||
let s:sepc = 236
|
||||
let s:sepg = '#303030'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user