summaryrefslogtreecommitdiff
path: root/test/fix/test_ale_fix.vader
AgeCommit message (Collapse)Author
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-26Skip the command#Run test for fixers on Windowsw0rp
2019-02-26#2132 - Support deferred fixersw0rp
2019-02-26#2132 - Set up fixers for deferred supportw0rp
2019-02-22Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)"w0rp
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8.
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases.
2018-12-18#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)w0rp
2018-11-10Fix #1960 - Do not fix files on :wqw0rp
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-07-22Remove the redundant fix_buffer_data vars and filename variablesw0rp
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2018-06-21Close #1417 - Support wildcard filetypes for fixersw0rp
2018-04-18Add tests for ALEFix commandline parametersfenuks
2018-03-17Add ALEFixPre and ALEFixPost eventsMartin Tournoij
To run autocmd before and after every fix cycle. Fixes #623 (`ALELintPre` was added in #1203).
2018-02-18Fix #1336 - Print a friendly message when using invalid function names for ↵w0rp
fixers
2017-12-20Fix #1115 - Add support for wrapping all commands with an optionw0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-11-22Fix the JSON fixer post-processor test harder on Windowsw0rp
2017-11-22Fix a fixer test on Windowsw0rp
2017-11-22Fix lambda and funcref chain valuesw0rp
2017-11-22Add support for post-processing fixer outputw0rp
2017-11-22Reorganise the ALEFix testsw0rp