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_toggle.vader
Age
Commit message (
Expand
)
Author
2018-05-11
Fix condition to test a balloon feature
rhysd
2018-03-25
Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add b:ale_set_...
v1.8.0
w0rp
2017-12-01
Make toggling work when pattern options are enabled
w0rp
2017-10-30
#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers
w0rp
2017-10-29
Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all buff...
w0rp
2017-10-28
#817 Add commands for toggling ALE for only the current buffer
w0rp
2017-10-28
#817 Move code for toggling ALE to its own file
w0rp
2017-10-23
Get all tests to pass on Windows
w0rp
2017-08-26
Fix #825 - Downgrade signs when problems change
w0rp
2017-08-13
#653 Skip filetype keys in g:ale_buffer_info during cleanup
w0rp
2017-07-07
#697 - Clear all highlights every time items are set again, and refactor most...
w0rp
2017-05-20
Add commands to run ALEFix, and some tests to cover functionality so far. Add...
w0rp
2017-05-12
Refactor jobs into a Vim version agnostic API which can be used for other pur...
w0rp
2017-03-27
Fix #130 - Run linters when the filetype is changed
w0rp
2017-03-27
Enabling linting on save by default, re #333
w0rp
2017-03-14
#333 Update line numbers for loclist items when current sign_id values are set
w0rp
2017-03-11
#333 Save sign IDs back on loclist items, and make it possible to get line nu...
w0rp
2017-02-15
Cover ALEToggle with Vader tests
w0rp