Age | Commit message (Expand) | Author |
---|---|---|
2017-06-06 | Allow ALEFix functions to be defined with only the buffer argument | w0rp |
2017-05-30 | #591 Store buffer variables when fixing filess, and read them back in ale#Var | w0rp |
2017-05-30 | #591 Support fixing files on save | w0rp |
2017-05-20 | Suggest functions for fixing issues for ALEFix | w0rp |
2017-05-20 | Allow b:ale_fixers to be used | w0rp |
2017-05-20 | Allow funcref values and lambdas for ALEFix | w0rp |
2017-05-20 | Run a lint cycle after fixing problems | w0rp |
2017-05-20 | Fix an off-by-one bug in ALEFix | w0rp |
2017-05-20 | Remove the code for checking if functions exist. It breaks autoload functions | w0rp |
2017-05-20 | Allow function aliases to be registered for fixing problems, and add some mor... | w0rp |
2017-05-20 | Send modified lines to jobs, not the file contents | w0rp |
2017-05-20 | Allow strings to be used for selecting a single fix function for g:ale_fixers... | w0rp |
2017-05-20 | Add commands to run ALEFix, and some tests to cover functionality so far. Add... | w0rp |