#1108 Support selecting fixers with Lists
This commit is contained in:
parent
b789b9eaad
commit
f6ac8a9eb9
3 changed files with 43 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue