mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-04 16:03:34 +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…
Reference in New Issue
Block a user