mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 21:12:31 +08:00
#2132 - Implement deferred command handling for linters
This commit is contained in:
@@ -179,7 +179,7 @@ function! s:RunJob(options) abort
|
||||
\ 'log_output': 0,
|
||||
\})
|
||||
|
||||
return l:result._deferred_job_id != 0
|
||||
return !empty(l:result)
|
||||
endfunction
|
||||
|
||||
function! s:RunFixer(options) abort
|
||||
|
||||
Reference in New Issue
Block a user