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
Age
Commit message (
Expand
)
Author
2016-10-10
First pass at optimizing ale to autoload (#80)
Bjorn Neergaard
2016-10-10
Add an option for configuring the path for JSHint.
w0rp
2016-10-10
REVERT "#39 Use getbufline() for MacVim GUI too."
w0rp
2016-10-10
Merge pull request #79 from KabbAmine/fix-typos
w0rp
2016-10-10
Merge pull request #77 from KabbAmine/minor-fixes
w0rp
2016-10-10
Minor fixes:
Kabbaj Amine
2016-10-10
Fix typos in README
Kabbaj Amine
2016-10-10
#74 - Document g:ale_buffer_loclist_map
w0rp
2016-10-10
Fix #75 - Explain that you need to update NeoVim in the plugin itself.
w0rp
2016-10-10
Correct some grammar in the docs.
w0rp
2016-10-10
Merge remote-tracking branch 'origin/echo-string-format'
w0rp
2016-10-10
#39 Use getbufline() for MacVim GUI too.
w0rp
2016-10-10
Echo string format (#76)
KabbAmine
2016-10-09
#48 Store the linter name in the loclist objects for later use.
w0rp
2016-10-09
Correct issues with some errors appearing at line 0, not 1.
w0rp
2016-10-09
Up-indent types and defaults, and align markers
w0rp
2016-10-09
Make spacing and indentation consistent in the documentation, and make the do...
w0rp
2016-10-09
Merge #66 with some amendments.
Marc Delage
2016-10-09
Merge branch 'shell-detection'
w0rp
2016-10-09
Merge pull request #73 from KabbAmine/fix-69
w0rp
2016-10-09
Modify shell's pattern to handle locals other than english, fixes #69
Kabbaj Amine
2016-10-09
Document the default shell option
w0rp
2016-10-09
#69 Change the default shell for shell linting
w0rp
2016-10-09
Handle arguments to shells in shebang lines too.
w0rp
2016-10-09
#69 Improve shell detection
w0rp
2016-10-09
Merge pull request #72 from SkySymbol/perl-support
w0rp
2016-10-09
Add support for perl and perlcritic
Vincent Lequertier
2016-10-09
Fix a bug where echoing in modes like visual select caused some errors.
w0rp
2016-10-09
Remove some trailing whitespace.
w0rp
2016-10-09
Merge pull request #70 from mshr-h/add-comment-header
w0rp
2016-10-09
Add comment headers to verilog linters
mshr-h
2016-10-09
Wrap the badge into the title
w0rp
2016-10-09
Add a Travis CI image to the README
w0rp
2016-10-08
Correct all Vint warnings
w0rp
2016-10-08
Make Travis cache pip
w0rp
2016-10-08
Add a Travis config for running vint.
w0rp
2016-10-08
Send the buffers to the linters using getbufline() on Windows, re issue #39
w0rp
2016-10-08
Handle there being no process for a job better in Vim 8, re issue #39.
w0rp
2016-10-08
Use shortmess for shortening long echo lines instead.
w0rp
2016-10-08
Don't store jobs themselves in maps in Vim 8, as per issue #39.
w0rp
2016-10-08
Merge pull request #68 from KabbAmine/linter-coffee
w0rp
2016-10-08
Merge pull request #67 from KabbAmine/linter-htmlhint
w0rp
2016-10-08
Merge pull request #65 from mshr-h/support-verilator
w0rp
2016-10-08
Add coffee linter
Kabbaj Amine
2016-10-08
Use cmd /c for Windows commands to fix a bug with running linters on Windows.
w0rp
2016-10-08
Add linter HTMLHint for html files
Kabbaj Amine
2016-10-08
Add verilator for verilog
mshr-h
2016-10-08
Add cpp linter (#64)
Marc Delage
2016-10-08
Add iverilog for verilog (#63)
Masahiro H
2016-10-07
Add support for Pug with pug-lint.
w0rp
[next]