summaryrefslogtreecommitdiff
path: root/test/test_lint_on_enter_when_file_changed.vader
AgeCommit message (Collapse)Author
2020-11-21Use has('gui_running') instead of has('gui')w0rp
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-07-23Get tests to pass in Vim 8.1w0rp
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2017-10-23Get more of the tests to pass on Windowsw0rp
2017-08-01#734 - Use the buffer number from the events for entering buffers and saving ↵w0rp
buffers for checking buffers
2017-07-07#697 - Clear all highlights every time items are set again, and refactor ↵w0rp
most things. Clear errors when linters are removed
2017-06-24Fix #687 - Check files on enter if they have changedw0rp