summaryrefslogtreecommitdiff
path: root/test/test_history_saving.vader
AgeCommit message (Collapse)Author
2019-05-24Fix LSP testsw0rp
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-10-29#2017 Simplify lint cycles for supporting other sources laterw0rp
2018-07-15Re-run history tests, which can fail randomlyw0rp
2018-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2018-01-17Fix #1298 - Escape commands for PowerShellw0rp
2017-10-23Get more of the tests to pass on Windowsw0rp
2017-09-11Fix some random test issues for Windowsw0rp
2017-08-31Log commands that are run for ALEFix for ALEInfow0rp
2017-08-25Fix #876 - Save history in a separate buffer variable so history works when ↵w0rp
linting is disabled
2017-06-06Make the test for the history more reliablew0rp
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other ↵w0rp
purposes
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass ↵w0rp
for NeoVim
2017-04-02Update the test suite so it uses the latest Docker image, and use Bourne ↵w0rp
shell for most tests, so weird shell issues are easier to catch.
2017-02-16#254 Add an option for logging the output of commandsw0rp
2017-02-16#254 Capture command exit codes in the historyw0rp
2017-02-16Add an option for completely disabling command history, and add documentationw0rp
2017-02-16Refactor history management functions into their own filew0rp
2017-02-14#254 Add command history to ALEInfow0rp