Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-13 | Fix #2497 - ALE should not lint on save when disabled after fixing | w0rp | |
2019-02-22 | Revert "#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#Run | w0rp | |
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-07-23 | Get tests to pass in Vim 8.1 | w0rp | |
2018-07-17 | Fix #1619 - Rewrite lint on enter events so they behave better | w0rp | |
2017-10-18 | Get more tests to pass on Windows | w0rp | |
2017-10-17 | #904 - Allow linting to run on save a second after :q fails | w0rp | |
2017-10-14 | #904 Do not run linters on :wq or :x | w0rp | |