check for variable existence

This commit is contained in:
Bailey Ling 2013-07-05 14:22:40 +00:00
parent 01b88bf865
commit d1024281a9

View File

@ -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'