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_autocmd_commands.vader
Age
Commit message (
Expand
)
Author
2018-09-17
Test that we CleanupEveryBuffer when vim supports it
Felipe Sere
2018-07-17
Fix #1619 - Rewrite lint on enter events so they behave better
w0rp
2018-07-03
#1524 Avoid loading cursor code until engine code has been loaded
w0rp
2018-06-20
Set up most of the autocmd events in one group
w0rp
2018-06-19
Move the initialization of augroups to then events file
w0rp
2018-06-19
Avoid calling ALE cleanup code if ALE never tried to check a buffer
w0rp
2018-04-23
Move autocmd commands out of the toggle file, to improve load times
w0rp
2017-12-19
Clean up ALE linter buffer data when buffers are deleted, not unloaded
w0rp
2017-11-11
#1095 Apply all patterns for g:ale_pattern_options, instead of just the first...
w0rp
2017-10-30
#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers
w0rp
2017-10-28
#817 Move code for toggling ALE to its own file
w0rp
2017-10-14
#904 Do not run linters on :wq or :x
w0rp
2017-10-14
Rename the autocmd test file, as I can never remember the old name
w0rp