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
/
fix
Age
Commit message (
Expand
)
Author
2019-05-13
Fix #2497 - ALE should not lint on save when disabled after fixing
w0rp
2019-04-16
Fix #1930 - Finish ale_fix_on_save_ignore
w0rp
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-02-26
Skip the command#Run test for fixers on Windows
w0rp
2019-02-26
#2132 - Support deferred fixers
w0rp
2019-02-26
#2132 - Set up fixers for deferred support
w0rp
2019-02-22
Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)"
w0rp
2019-02-06
#2132 - lint and fix with ale#command#Run
w0rp
2018-12-18
#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)
w0rp
2018-11-10
Fix #1960 - Do not fix files on :wq
w0rp
2018-10-29
#2017 Add support for display results from other sources
w0rp
2018-07-23
Get tests to pass in Vim 8.1
w0rp
2018-07-22
Remove the redundant fix_buffer_data vars and filename variables
w0rp
2018-07-17
Fix #1619 - Rewrite lint on enter events so they behave better
w0rp
2018-06-21
Close #1417 - Support wildcard filetypes for fixers
w0rp
2018-05-10
Use the command line to filter ALEFix's command line completion.
Aliou Diallo
2018-04-18
Add tests for ALEFix commandline parameters
fenuks
2018-03-17
Add ALEFixPre and ALEFixPost events
Martin Tournoij
2018-02-18
Fix #1336 - Print a friendly message when using invalid function names for fi...
w0rp
2017-12-20
Fix #1115 - Add support for wrapping all commands with an option
w0rp
2017-12-19
Fix the mscs tests on Windows, and use the improved Simplify for all tests in...
v1.7.0
w0rp
2017-11-22
Fix the JSON fixer post-processor test harder on Windows
w0rp
2017-11-22
Fix a fixer test on Windows
w0rp
2017-11-22
Fix lambda and funcref chain values
w0rp
2017-11-22
Add support for post-processing fixer output
w0rp
2017-11-22
Support fixer aliases, and make prettier-eslint and prettier-standard just work
w0rp
2017-11-22
Reorganise the ALEFix tests
w0rp