diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim index 9e518551..22e3c5dc 100644 --- a/autoload/ale/linter.vim +++ b/autoload/ale/linter.vim @@ -1,4 +1,3 @@ -call ale#Set('wrap_command_as_one_argument', 0) " Author: w0rp " Description: Linter registration and lazy-loading " Retrieves linters as requested by the engine, loading them if needed.