#1108 Support selecting fixers with Lists

This commit is contained in:
w0rp
2017-11-11 23:04:08 +00:00
parent 365d023d0e
commit 099df0af52
3 changed files with 43 additions and 12 deletions

View File

@@ -330,6 +330,15 @@ Expect(There should be only two lines):
a
b
Execute(ALEFix should allow Lists to be used for buffer-local fixer settings):
let g:ale_fixers.testft = ['AddCarets', 'AddDollars']
let b:ale_fixers = ['RemoveLastLine']
ALEFix
Expect(There should be only two lines):
a
b
Given testft (A file with three lines):
a
b