Merge branch 'master' into dev

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

View File

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