diff --git a/autoload/ale/engine.vim b/autoload/ale/engine.vim index ed7b933..5337fc2 100644 --- a/autoload/ale/engine.vim +++ b/autoload/ale/engine.vim @@ -19,6 +19,7 @@ function! s:GetJobID(job) abort " job. We'll use the ID of the channel instead as the job ID. try return ch_info(job_getchannel(a:job)).id + catch endtry " If we fail to get the channel ID for a job, just return a 0 ID.