improve gitgutter integration and algorithm

This commit is contained in:
Bailey Ling
2013-08-18 21:18:21 +00:00
parent aa4c9977df
commit da4d0730d3
2 changed files with 20 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ call s:check_defined('g:airline_enable_branch', 1)
call s:check_defined('g:airline_enable_syntastic', 1)
call s:check_defined('g:airline_enable_tagbar', 1)
call s:check_defined('g:airline_enable_csv', 1)
call s:check_defined('g:airline_enable_hunks', 0)
call s:check_defined('g:airline_enable_hunks', 1)
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)