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_fix.vader
Age
Commit message (
Expand
)
Author
2017-11-22
Reorganise the ALEFix tests
w0rp
2017-11-22
Fix a fixer test on Windows
w0rp
2017-11-22
Disable piping buffer data into commands for fixing files where needed
w0rp
2017-11-22
Fix the empty echo fixer test on Windows
w0rp
2017-11-22
Make fixing ignore empty output better
w0rp
2017-11-11
#1108 Support selecting fixers with Lists
w0rp
2017-11-07
Fix #1086 - Implement command chaining for fixers
w0rp
2017-11-07
Tell users when a fixer does not exist, and make the no fixers message softer
w0rp
2017-10-30
#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers
w0rp
2017-10-23
Get all tests to pass on Windows
w0rp
2017-08-05
Stop writing a test file in real world usage in some cases
w0rp
2017-08-01
#734 - Use the buffer number from the events for entering buffers and saving ...
w0rp
2017-07-10
Fix #730 - Lint files on save even when nothing was fixed
w0rp
2017-06-25
Fix the tests harder
w0rp
2017-06-25
Fix the tests for the fix on save feature
w0rp
2017-06-06
Allow ALEFix functions to be defined with only the buffer argument
w0rp
2017-05-30
#591 Store buffer variables when fixing filess, and read them back in ale#Var
w0rp
2017-05-30
#591 Support fixing files on save
w0rp
2017-05-20
Suggest functions for fixing issues for ALEFix
w0rp
2017-05-20
Allow b:ale_fixers to be used
w0rp
2017-05-20
Allow funcref values and lambdas for ALEFix
w0rp
2017-05-20
Run a lint cycle after fixing problems
w0rp
2017-05-20
Fix an off-by-one bug in ALEFix
w0rp
2017-05-20
Remove the code for checking if functions exist. It breaks autoload functions
w0rp
2017-05-20
Allow function aliases to be registered for fixing problems, and add some mor...
w0rp
2017-05-20
Send modified lines to jobs, not the file contents
w0rp
2017-05-20
Allow strings to be used for selecting a single fix function for g:ale_fixers...
w0rp
2017-05-20
Add commands to run ALEFix, and some tests to cover functionality so far. Add...
w0rp