diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-12 09:21:28 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-12 09:21:28 +0100 |
commit | 6ef31073dd8f8d094ef7bc5e7152a576ef4f9064 (patch) | |
tree | e15b06cdbaeb8e27de1b6ced89e8a2b687e0993a | |
parent | 0de3d24338b03d6d487e1df2d43c8ec3a03634cf (diff) | |
download | ale-6ef31073dd8f8d094ef7bc5e7152a576ef4f9064.zip |
Remove an unused variable
-rw-r--r-- | autoload/ale/linter.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 <devw0rp@gmail.com> " Description: Linter registration and lazy-loading " Retrieves linters as requested by the engine, loading them if needed. |