mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Make it easier to remove command_chain support later
This commit is contained in:
@@ -34,7 +34,10 @@ Before:
|
||||
\}
|
||||
|
||||
function! ProcessIndex(chain_index)
|
||||
return ale#engine#ProcessChain(347, g:linter, a:chain_index, [])
|
||||
let [l:command, l:options] = ale#engine#ProcessChain(347, '', g:linter, a:chain_index, [])
|
||||
let l:options.command = l:command
|
||||
|
||||
return l:options
|
||||
endfunction
|
||||
|
||||
After:
|
||||
|
||||
Reference in New Issue
Block a user