Merge pull request #1503 from d10n/git-hunk-empty

Fix git hunk status disappearance on CursorHold
This commit is contained in:
Christian Brabandt 2017-07-01 21:44:30 +02:00 committed by GitHub
commit 4f43e5c93d
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ function! airline#extensions#branch#init(ext)
call airline#parts#define_function('branch', 'airline#extensions#branch#get_head')
autocmd BufReadPost * unlet! b:airline_file_in_root
autocmd CursorHold,ShellCmdPost,CmdwinLeave * unlet! b:airline_head
autocmd ShellCmdPost,CmdwinLeave * unlet! b:airline_head
autocmd User AirlineBeforeRefresh unlet! b:airline_head
autocmd BufWritePost * call s:reset_untracked_cache(0)
autocmd ShellCmdPost * call s:reset_untracked_cache(1)