parent
e72a7e2c8d
commit
d2ac3d5755
@ -242,7 +242,12 @@ function! airline#async#nvim_vcs_untracked(cfg, file, vcs)
|
|||||||
" still running
|
" still running
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
try
|
||||||
let id = jobstart(cmd, config)
|
let id = jobstart(cmd, config)
|
||||||
|
catch
|
||||||
|
" catch-all, jobstart() failed, fall back to system()
|
||||||
|
let id=-1
|
||||||
|
endtry
|
||||||
let s:untracked_jobs[a:file] = id
|
let s:untracked_jobs[a:file] = id
|
||||||
endif
|
endif
|
||||||
" vim without job feature or nvim jobstart failed
|
" vim without job feature or nvim jobstart failed
|
||||||
|
Loading…
Reference in New Issue
Block a user