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
2017-10-27
Add hackfmt fixer
Sam Howie
2017-10-26
Fix #1041 - Do not request completions shortly after CompleteDone
w0rp
2017-10-26
Fix #1051 - Support ash and dash for shellcheck and the sh linter
w0rp
2017-10-26
Fix #1048 - Do not lint files named "."
w0rp
2017-10-26
Remove redundant code for the GCC handler, and fix bugs with errors for - not...
w0rp
2017-10-25
Fix an exception with notes with no previous message
w0rp
2017-10-25
Handle multiple files localtion lists with gcc handler (#1034)
Gerry Agbobada
2017-10-25
Set better highlights for write-good
w0rp
2017-10-25
Fix #643 - Add support for write-good for many languages
Sumner Evans
2017-10-24
adds fixer support for hfmt (#1027)
Zack Kourouma
2017-10-24
Merge pull request #1025 from kfox/add-rustfmt-fixer
w0rp
2017-10-24
Merge pull request #1017 from carakan/elixir_format
w0rp
2017-10-23
Get all tests to pass on Windows
w0rp
2017-10-23
Get more of the tests to pass on Windows
w0rp
2017-10-22
fix test's and delete unused code
Carlos Ramos
2017-10-22
new fixer elixir mix format
Carlos Ramos
2017-10-21
add rustfmt fixer
Kelly Fox
2017-10-20
add prettier fixer support for 'less' filetype
Zack Kourouma
2017-10-17
#904 - Allow linting to run on save a second after :q fails
w0rp
2017-10-16
Add new fixer tslint for typescript, fixes #932
Carlos Ramos
2017-10-15
Fix issue #734
Sander van Harmelen
2017-10-14
#904 Do not run linters on :wq or :x
w0rp
2017-10-14
#904 Do less processing when newer NeoVim versions are exiting
w0rp
2017-10-14
Make the getcmdwintype() check ever-so-slightly faster
w0rp
2017-10-14
Cut down on the time for the CtrlPFunky check, by first checking if the comma...
w0rp
2017-10-14
Break up ShouldDoNothing checks into separate lines, so it's possible to prof...
w0rp
2017-10-12
#965 - Make the cursor echo delay configurable
w0rp
2017-10-12
#965 - Support limiting the number of signs ALE will set
w0rp
2017-10-12
Add new fixer: TrimWhitespace (#991)
Carlos Ramos
2017-10-11
#965 Check ale#ShouldDoNothing() less and such often, for better performance
w0rp
2017-10-10
Use $VIRTUAL_ENV environment variable when present.
Bailey Stoner
2017-10-08
Get more random tests to pass on Windows
w0rp
2017-10-04
Merge pull request #974 from odinuge/prettier_config
w0rp
2017-10-04
Add all possible config files for prettier
Odin Ugedal
2017-10-03
gofmt fixer for Go (#970)
aliou
2017-10-03
Fix #964 - Remove signs when multiple signs end up on a single line
w0rp
2017-10-03
Fix typos
rhysd
2017-10-01
Get fixer tests to work on Windows
w0rp
2017-10-01
Use local versions of yapf on Windows, and get the callback tests to pass
w0rp
2017-10-01
Get the mcsc handler tests to pass on Windows
w0rp
2017-09-24
There seems to be a bug in eslint that causes the `--config` option to
Ray Zane
2017-09-14
Make temporary file detection work on just about all platforms
w0rp
2017-09-12
Fix #924 - Make changing the sign column color work again
w0rp
2017-09-12
Ban getcwd() from the codebase, as it causes problems
w0rp
2017-09-12
Use the same function for finding the ESLint config for eslint --fix and pret...
w0rp
2017-09-12
Fix #923 Use package.json as a last resort for eslint --fix
w0rp
2017-09-11
Fix #922 - Prefer nearer ESLint configuration files with lower precedence fil...
w0rp
2017-09-10
Fix #920 - Shut up about E776
w0rp
2017-09-10
Fix an SML variable init bug, and get the SML cm file tests to pass on Windows
w0rp
2017-09-10
Simplify some Rust handler code, and get the Rust handler tests passing on Wi...
w0rp
[next]