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
/
autoload
Age
Commit message (
Expand
)
Author
2016-10-24
Add some comments to some lines to make things clearer.
w0rp
2016-10-23
#107 Stop jobs when buffers close
w0rp
2016-10-23
Support loading eslint from node_modules, re issue #118.
w0rp
2016-10-21
Add support for dot-seperate linters, improve linter tests
Bjorn Neergaard
2016-10-20
Add PEP8 handler test.
Bjorn Neergaard
2016-10-20
Add ansible-lint support and factor out PEP8 handler
Bjorn Neergaard
2016-10-20
Add support for cppcheck (#126)
Bart Libert
2016-10-17
Make the function for waiting for jobs to complete more reliable.
w0rp
2016-10-17
Add a function for waiting for linters to complete, and add a test which chec...
w0rp
2016-10-17
Make the nearest file search result absolute paths, and add tests to cover it.
w0rp
2016-10-17
#115 - Make ALE shut up about not being able to load linter files which don't...
w0rp
2016-10-16
#109 Use norm! instead of norm to solve remapping issues.
w0rp
2016-10-14
Shut up about there being no autocmd events.
w0rp
2016-10-13
Add some unit tests for the BinarySearch function.
w0rp
2016-10-13
Add a unit test for the loclist comparison function.
w0rp
2016-10-13
#107 - Check if the buffer is gone by looking for a key in the map instead.
w0rp
2016-10-13
#107 - Handle jobs finishing for closed buffers
w0rp
2016-10-13
Implement autocommand support
Bjorn Neergaard
2016-10-13
Make statusline initial updates more elegant
Bjorn Neergaard
2016-10-13
Implement a more efficient statusbar
Bjorn Neergaard
2016-10-12
Fix #99
w0rp
2016-10-11
Fix an ale:linters bug, and add a test for it.
w0rp
2016-10-11
Fix #87 - Allow linter filetypes to be aliased
w0rp
2016-10-11
Clean and reorganize flags/preferences
Bjorn Neergaard
2016-10-11
Make HandleUnixFormat Windows-compatible
Bjorn Neergaard
2016-10-11
Introduce generic unix formatter
Bjorn Neergaard
2016-10-11
Use explicit scope in the ale core, as advised by vint -s
Bjorn Neergaard
2016-10-10
#81 - Run commands through the shell on Unix machines
w0rp
2016-10-10
Fix cursor bugs.
w0rp
2016-10-10
First pass at optimizing ale to autoload (#80)
Bjorn Neergaard