mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-27 07:54:44 +02:00
Merge branch 'master' into dev
This commit is contained in:
commit
9966b3d9f3
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user