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_ale_init_au_groups.vader
Age
Commit message (
Expand
)
Author
2017-08-22
#653 - Always set loclist or quickfix in a timer callback, which prevents err...
w0rp
2017-08-20
#653 - Jump to the position which Vim does not jump to for moving from quickf...
w0rp
2017-08-20
#653 - Automatically accept annoying loclist and quickfix errors from Vim
w0rp
2017-08-16
Cover completion with more tests
w0rp
2017-08-14
Set up one BufEnter event used for everything, and add tests for linting when...
w0rp
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-01
#734 - Use the buffer number from the events for entering buffers and saving ...
w0rp
2017-07-11
Fix #747 - Lint and fix files after they have been been written to disk, not ...
w0rp
2017-06-24
Fix #687 - Check files on enter if they have changed
w0rp
2017-06-06
Use BufWinEnter for g:ale_lint_on_enter instead
w0rp
2017-06-05
Do not check files on insert leave
w0rp
2017-05-30
#591 Support fixing files on save
w0rp
2017-05-26
Fix #316 - Add tests to check the code used for autocmd events. The functions...
w0rp
2017-04-03
#446 Fix g:ale_lint_on_text_changed compatibility issues
w0rp
2017-03-30
Add options to facilitate linting only in normal mode (#425)
taylorskalyo