From 6ef31073dd8f8d094ef7bc5e7152a576ef4f9064 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 12 Jul 2018 09:21:28 +0100 Subject: [PATCH] Remove an unused variable --- autoload/ale/linter.vim | 1 - 1 file changed, 1 deletion(-) 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.