index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_history_saving.vader
Age
Commit message (
Collapse
)
Author
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-10-29
#2017 Simplify lint cycles for supporting other sources later
w0rp
2018-07-15
Re-run history tests, which can fail randomly
w0rp
2018-06-28
Get tests running and passing with NeoVim 0.2 and 0.3
w0rp
2018-01-17
Fix #1298 - Escape commands for PowerShell
w0rp
2017-10-23
Get more of the tests to pass on Windows
w0rp
2017-09-11
Fix some random test issues for Windows
w0rp
2017-08-31
Log commands that are run for ALEFix for ALEInfo
w0rp
2017-08-25
Fix #876 - Save history in a separate buffer variable so history works when ↵
w0rp
linting is disabled
2017-06-06
Make the test for the history more reliable
w0rp
2017-05-12
Refactor jobs into a Vim version agnostic API which can be used for other ↵
w0rp
purposes
2017-05-12
Run all tests in NeoVim, improve the test script, and make all tests pass ↵
w0rp
for NeoVim
2017-04-02
Update 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 commands
w0rp
2017-02-16
#254 Capture command exit codes in the history
w0rp
2017-02-16
Add an option for completely disabling command history, and add documentation
w0rp
2017-02-16
Refactor history management functions into their own file
w0rp
2017-02-14
#254 Add command history to ALEInfo
w0rp