summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2017-02-11Add support for managing temporary files/directoriesw0rp
2017-02-11Try and fix Travis builds againw0rp
2017-02-11Fix #116 - Send SIGKILL to processes if they don't respond to SIGTERMw0rp
2017-02-10Fix #283 Add an option for using ch_sendraw(), which can be better for some u...w0rp
2017-02-09Fix #315 Implement the read_buffer optionw0rp
2017-02-09Make ALE complain when conflicting command options are usedw0rp
2017-02-09add ALEToggle command (#303)Daniel Lupu
2017-02-09Revert "Add a Batch stdin wrapper script"w0rp
2017-02-08#314 Use the quickfix list for jumping between errors if that is set instead ...w0rp
2017-02-08#39 Don't send the Vim buffer to commands before the last in a chainw0rp
2017-02-07Cover the Rust handler with some testsw0rp
2017-02-06#289 Only use the --stdin-display-name flag if the flake8 version supports itw0rp
2017-02-04Fix #124 Finish implementing command chaining, and make it work for DMDw0rp
2017-02-02Add a default alias for the Dockerfile filetype, which is capitalised for som...w0rp
2017-01-24Add ALEInfo command to get list of available/enabled linters (#273)DiscoViking
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-22Fix parsing of currently shown signs with Spanish locale (#268)EinfachToll
2017-01-22Add option to open loclist/quicklist when there are errors (#266)yfery
2017-01-20Improve mypy handling a little bit morew0rp
2017-01-19Join the lines Neovim passes to ale (#263)EinfachToll
2016-12-22[enhancement] add node_modules support for stylelint & htmlhint (#226)diartyz
2016-12-22Fix #229 Disable text linters by defaultw0rp
2016-12-16Make sign parsing testable, and add tests for it against various languages.w0rp
2016-12-15Fix: sign patterncympfh
2016-12-14Nvim: pass functions as funcrefsJustin M. Keyes
2016-12-13Implement command chaining. Tests and documentation to come.w0rp
2016-12-13Add a Batch stdin wrapper scriptw0rp
2016-12-08Catch g++ fatal errorAlbert Puig
2016-12-07Skip I0011 messages in pylint.Albert Puig
2016-12-06add stylelint supportdiartyz
2016-12-04#200 Make systemverilog files use the verilog linters by defaultw0rp
2016-12-04LaTeX Linters (#190)Andrew Balmos
2016-11-04Take sign information out of the buffer variables, and make it so dummy signs...w0rp
2016-10-31Improve file blacklisting to make Unite.vim not fuck up.w0rp
2016-10-31Reduce sign column juttering by waiting for all jobs to complete before updat...w0rp
2016-10-27Add pylint formatterKeith Smiley
2016-10-26#144 - Implement commands for moving through warnings/errorsw0rp
2016-10-25Merge remote-tracking branch 'origin/echo-less'w0rp
2016-10-25#148 - Check the cursor position so we don't try to echo too frequently.w0rp
2016-10-24#119 - Stop ALE clearing the echo message when it doesn't need to.w0rp
2016-10-24Merge everything into the one global map.w0rp
2016-10-24Add some comments to some lines to make things clearer.w0rp
2016-10-23#107 Stop jobs when buffers closew0rp
2016-10-23Support loading eslint from node_modules, re issue #118.w0rp
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-20Add PEP8 handler test.Bjorn Neergaard
2016-10-20Add ansible-lint support and factor out PEP8 handlerBjorn Neergaard
2016-10-20Add support for cppcheck (#126)Bart Libert
2016-10-17Make the function for waiting for jobs to complete more reliable.w0rp
2016-10-17Add a function for waiting for linters to complete, and add a test which chec...w0rp