mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Remove a now redundant line
This commit is contained in:
@@ -53,7 +53,6 @@ endfunction
|
|||||||
|
|
||||||
function! ale#engine#ClearJob(job) abort
|
function! ale#engine#ClearJob(job) abort
|
||||||
let l:job_id = s:GetJobID(a:job)
|
let l:job_id = s:GetJobID(a:job)
|
||||||
let l:linter = s:job_info_map[l:job_id].linter
|
|
||||||
|
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
call jobstop(a:job)
|
call jobstop(a:job)
|
||||||
|
|||||||
Reference in New Issue
Block a user