#1108 Support selecting fixers with Lists

This commit is contained in:
w0rp 2017-11-11 23:04:08 +00:00
parent b789b9eaad
commit f6ac8a9eb9
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