summaryrefslogtreecommitdiff
path: root/test/test_ale_fix.vader
AgeCommit message (Expand)Author
2017-11-07Fix #1086 - Implement command chaining for fixersw0rp
2017-11-07Tell users when a fixer does not exist, and make the no fixers message softerw0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-23Get all tests to pass on Windowsw0rp
2017-08-05Stop writing a test file in real world usage in some casesw0rp
2017-08-01#734 - Use the buffer number from the events for entering buffers and saving ...w0rp
2017-07-10Fix #730 - Lint files on save even when nothing was fixedw0rp
2017-06-25Fix the tests harderw0rp
2017-06-25Fix the tests for the fix on save featurew0rp
2017-06-06Allow ALEFix functions to be defined with only the buffer argumentw0rp
2017-05-30#591 Store buffer variables when fixing filess, and read them back in ale#Varw0rp
2017-05-30#591 Support fixing files on savew0rp
2017-05-20Suggest functions for fixing issues for ALEFixw0rp
2017-05-20Allow b:ale_fixers to be usedw0rp
2017-05-20Allow funcref values and lambdas for ALEFixw0rp
2017-05-20Run a lint cycle after fixing problemsw0rp
2017-05-20Fix an off-by-one bug in ALEFixw0rp
2017-05-20Remove the code for checking if functions exist. It breaks autoload functionsw0rp
2017-05-20Allow function aliases to be registered for fixing problems, and add some mor...w0rp
2017-05-20Send modified lines to jobs, not the file contentsw0rp
2017-05-20Allow strings to be used for selecting a single fix function for g:ale_fixers...w0rp
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp