Adding alternate separator for consistent visuals

This commit is contained in:
Joshua Borton
2013-07-07 18:37:50 -04:00
parent ad87f3a3c3
commit 67de92b1d4
3 changed files with 14 additions and 5 deletions

View File

@@ -9,7 +9,9 @@ function! s:check_defined(variable, default)
endif
endfunction
call s:check_defined('g:airline_left_sep', exists('g:airline_powerline_fonts')?"":">")
call s:check_defined('g:airline_left_alt_sep', exists('g:airline_powerline_fonts')?"":">")
call s:check_defined('g:airline_right_sep', exists('g:airline_powerline_fonts')?"":"<")
call s:check_defined('g:airline_right_alt_sep', exists('g:airline_powerline_fonts')?"":"<")
call s:check_defined('g:airline_enable_bufferline', 1)
call s:check_defined('g:airline_enable_fugitive', 1)
call s:check_defined('g:airline_enable_syntastic', 1)