mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-26 02:09:48 +08:00
parent
e83ed24088
commit
a2431f2adb
|
@ -27,7 +27,9 @@ if s:has_async
|
|||
else
|
||||
let b:airline_po_stats = ''
|
||||
endif
|
||||
call remove(s:jobs, self.file)
|
||||
if has_key(s:jobs, self.file)
|
||||
call remove(s:jobs, self.file)
|
||||
endif
|
||||
call s:shorten()
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user