summaryrefslogtreecommitdiff
path: root/test/test_deferred_command_string.vader
AgeCommit message (Collapse)Author
2020-08-28Close #3285 - lint_file is now dynamicw0rp
`lint_file` can now be computed dynamically with a callback function, which can return a deferred result, as per `ale#command#Run`. This allows linters to dynamically switch between checking files on disk, or checking code on the fly. Some tests have been fixed on Windows.
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-21#2132 - Implement deferred command handling for lintersw0rp