Merge branch 'master' into dev

This commit is contained in:
Bailey Ling
2013-09-02 18:42:38 +00:00

View File

@@ -32,6 +32,9 @@ function! s:init()
endfunction endfunction
function! airline#extensions#hunks#get_hunks() function! airline#extensions#hunks#get_hunks()
if !get(w:, 'airline_active', 0)
return ''
endif
call <sid>init() call <sid>init()
let hunks = s:get_hunks() let hunks = s:get_hunks()
let string = '' let string = ''