summaryrefslogtreecommitdiff
path: root/test/test_deferred_command_string.vader
AgeCommit message (Collapse)Author
2023-09-08#4454 Clean up root test directory testsw0rp
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
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