mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-07 06:04:39 +02:00
on_exit function fix if self.file is missing
This commit is contained in:
parent
8964603844
commit
be6e3db68b
@ -127,7 +127,9 @@ if s:has_async
|
|||||||
else
|
else
|
||||||
let s:untracked_{self.cmd}[self.file] = ''
|
let s:untracked_{self.cmd}[self.file] = ''
|
||||||
endif
|
endif
|
||||||
|
if has_key(s:jobs, self.file)
|
||||||
call remove(s:jobs, self.file)
|
call remove(s:jobs, self.file)
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:get_vcs_untracked_async(cmd, file)
|
function! s:get_vcs_untracked_async(cmd, file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user