summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-02-11Feed files to commands via stdin by first writing the file to a temporary ↵w0rp
file, and then piping them in via the shell instead
2017-02-11Fix filename substitution, especially on Windowsw0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-11Fix Pug lintingw0rp
2017-02-11Use writefile() for temporary files, which works betterw0rp
2017-02-11Add support for temporary filename substitution, for replacing stdin_wrapperw0rp
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 ↵w0rp
users
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
* add ALEToggle command * stop active jobs when toggled off * small logic cleanup & ensure ale can be ran manually while toggled off
2017-02-09Revert "Add a Batch stdin wrapper script"w0rp
This reverts commit 76a03b07099ec32135be4c7d9a7283343972b0af.
2017-02-08#314 Use the quickfix list for jumping between errors if that is set instead ↵w0rp
of the loclist
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 ↵w0rp
some users.
2017-01-24Add ALEInfo command to get list of available/enabled linters (#273)DiscoViking
* Add ALEInfo command to get list of available/enabled linters for current filetype * Add Vader tests for ALEInfo command * Fix ALEInfo tests breaking CI by echoing too much output to screen * Speculative change to Makefile which seems to fix test hanging problem locally. * Fix Vader tests to not require a TTY
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ↵w0rp
and trailing whitespace, and fix existing issues.
2017-01-22Fix parsing of currently shown signs with Spanish locale (#268)EinfachToll
* Fix parsing of currently shown signs with spanish locale * Add a test for parsing of Spanish signs
2017-01-22Add option to open loclist/quicklist when there are errors (#266)yfery
* Add option to open loclist/quicklist when there are errors I copied PR #137, and tries to complete it by correcting some issues and adding vader tests. About tests, first time with vader, can you give some feedback if there are what you expected in PR #137. * Remove old code + fix indent issue * add g:ale_keep_list_window_open option * Correct bug with keep open option * Add comment into vader file * Fix errors for Travis CI build
2017-01-20Improve mypy handling a little bit morew0rp
2017-01-19Join the lines Neovim passes to ale (#263)EinfachToll
* Join the lines Neovim passes to ale Fixes #256 * Refactor line joining into own function * Add test for line joining * Fix the test. Sorry.
2016-12-22[enhancement] add node_modules support for stylelint & htmlhint (#226)diartyz
* Add node_modules support for stylelint * add node_modules support for htmlhint * fix stdin * update doc about stylelint & htmlhint
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
neovim/neovim#5529 merged support for Vim's partial functions, which made nvim more strict about dictionary functions and callbacks, to match Vim behavior.
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
Ignore 'Locally disabling %s' messages from pylint.
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
* Add chktex linter * Alias plaintex to tex * Add lacheck linter Closes #179 * Add the chktex warning code This very useful to have when you want to suppress lint warnings with LaTeX comments. chktex tends to be a bit noisy so this often needed. * lacheck: Make regex less specific To be more robust future changes in `stdin-wrapper`
2016-11-04Take sign information out of the buffer variables, and make it so dummy ↵w0rp
signs are set and removed more reliably.
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 ↵w0rp
updating everything.
2016-10-27Add pylint formatterKeith Smiley
This customizes the output format of pylint in order to use the same pep8 parser
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