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 (
Collapse
)
Author
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 ↵
w0rp
more argument checking for fixing problems
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 ↵
w0rp
g:ale_fixers too
2017-05-20
Add commands to run ALEFix, and some tests to cover functionality so far. ↵
w0rp
Add a simple autopep8 function.