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 (
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-07-23
Get tests to pass in Vim 8.1
w0rp
2018-06-28
Get tests running and passing with NeoVim 0.2 and 0.3
w0rp
2018-06-20
Set up most of the autocmd events in one group
w0rp
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 ↵
v1.8.0
w0rp
b:ale_set_balloons
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 ↵
w0rp
buffers or one buffer
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 ↵
w0rp
most things. Clear errors when linters are removed
2017-05-20
Add commands to run ALEFix, and some tests to cover functionality so far. ↵
w0rp
Add a simple autopep8 function.
2017-05-12
Refactor jobs into a Vim version agnostic API which can be used for other ↵
w0rp
purposes
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 ↵
w0rp
numbers again
2017-02-15
Cover ALEToggle with Vader tests
w0rp