re-enable gitgutter integration with new upstream function. resolves #154 and #153.

This commit is contained in:
Bailey Ling
2013-08-19 16:03:10 +00:00
parent 2a02afb918
commit de69bba26e
3 changed files with 3 additions and 31 deletions

View File

@@ -21,7 +21,6 @@ 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_detect_iminsert', 0)
call s:check_defined('g:airline_detect_modified', 1)
call s:check_defined('g:airline_detect_paste', 1)