Fix #1115 - Add support for wrapping all commands with an option
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
call ale#Set('wrap_command_as_one_argument', 0)
|
||||
" Author: w0rp <devw0rp@gmail.com>
|
||||
" Description: Linter registration and lazy-loading
|
||||
" Retrieves linters as requested by the engine, loading them if needed.
|
||||
@@ -432,6 +433,7 @@ function! ale#linter#StartLSP(buffer, linter, callback) abort
|
||||
endif
|
||||
|
||||
let l:command = ale#job#PrepareCommand(
|
||||
\ a:buffer,
|
||||
\ ale#linter#GetCommand(a:buffer, a:linter),
|
||||
\)
|
||||
let l:conn_id = ale#lsp#StartProgram(
|
||||
|
||||
Reference in New Issue
Block a user