#2132 - Implement deferred command handling for linters

This commit is contained in:
w0rp
2019-02-21 21:24:41 +00:00
parent a8b987a1c3
commit ffa45fa3fb
9 changed files with 102 additions and 11 deletions

View File

@@ -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