diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-07 14:02:29 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-07 14:02:29 +0100 |
commit | 7517fd82260f03cc3ab7f77c391b6f1ff7372c6a (patch) | |
tree | a57fe71dbd2cd41d4299bf9313e9ddd10f9e981d /test/fixers | |
parent | edddb1910ba69ccfda938d81b7307bc1656128c8 (diff) | |
download | ale-7517fd82260f03cc3ab7f77c391b6f1ff7372c6a.zip |
Move all functions for fixing things to autoload/ale/fixers, and only accept the lines of input where needed.
Diffstat (limited to 'test/fixers')
-rw-r--r-- | test/fixers/test_python_add_blank_lines_fixer.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixers/test_python_add_blank_lines_fixer.vader b/test/fixers/test_python_add_blank_lines_fixer.vader index 6a3c58da..04ae8b45 100644 --- a/test/fixers/test_python_add_blank_lines_fixer.vader +++ b/test/fixers/test_python_add_blank_lines_fixer.vader @@ -39,7 +39,7 @@ Given python(Some Python without blank lines): pass Execute(Blank lines should be added appropriately): - let g:ale_fixers = {'python': ['ale#handlers#python#AddLinesBeforeControlStatements']} + let g:ale_fixers = {'python': ['add_blank_lines_for_python_control_statements']} ALEFix Expect python(Newlines should be added): |