Use extension local variables, and expose hunk_symbols to user

This commit is contained in:
Benjamin Bergman
2013-08-19 22:32:14 -05:00
parent 4d9a0e257f
commit a5f084dc4e
3 changed files with 18 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ call s:check_defined('g:airline_detect_iminsert', 0)
call s:check_defined('g:airline_detect_modified', 1)
call s:check_defined('g:airline_detect_paste', 1)
call s:check_defined('g:airline_detect_whitespace', 1)
call s:check_defined('g:airline_hunk_non_zero_only', 0)
call s:check_defined('g:airline_branch_empty_message', '')
call s:check_defined('g:airline_branch_prefix', exists('g:airline_powerline_fonts')?' ':'')
call s:check_defined('g:airline_readonly_symbol', exists('g:airline_powerline_fonts')?'':'RO')