summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-08#517 - Implement LSP chunked message parsing, sending messages to sockets, ↵w0rp
and callbacks
2017-05-07#517 Implement some LSP message handlingw0rp
2017-05-07Do not copy the items for setting highlights, as we do need to modify the ↵v1.3.0w0rp
items in ale_buffer_info
2017-05-07Fix #539 - Just set our highlights again when buffers are shown after being ↵w0rp
hidden
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp
2017-05-06Fix #534 - Stop other higlights being restored when buffers are hidden and ↵w0rp
shown again
2017-05-05Add a has() wrapper we can override for tests, and add a function for ↵w0rp
generating paths up to the root directory to search through
2017-05-04#427 Implement b:ale_warn_about_trailing_whitespacew0rp
2017-05-03Fix #528 remove and restore highlights when buffers are hidden and shownw0rp
2017-04-30Fix #356 Don't complain about #pragma once in C++ headersw0rp
2017-04-29Set GCC flags appropriately for older versionsw0rp
2017-04-29Cover the new path functions with some testsw0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-29Cache executable calls to make things slightly fasterw0rp
2017-04-27#427 Output buffer variables when buffer numbers are stringsw0rp
2017-04-27#427 - Output buffer-local variables with :ALEInfow0rp
2017-04-26Fix #506 - Don't set signs for buffers which don't existw0rp
2017-04-25#427 Allow linters and aliases to be configured in buffer local variablesw0rp
2017-04-25Credit the original author of the Ruby handlerw0rp
2017-04-25Add erb linter (#497)Matthias Günther
* Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests
2017-04-24Fix #469 - Remove Unicode quotes from GCC errors, which cause issuesw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-24Handle Unix errors with no space after the colonw0rp
2017-04-24Simplify some code and format some tests betterw0rp
2017-04-20Disable rpmlint by default (#492)Jason Tibbitts
* Disable rpmlint by default as it is not safe.
2017-04-19Remove error highlights when buffers are cleaned upw0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16#427 Add a function for looking up ALE variables in buffer scope, and then ↵w0rp
global scope
2017-04-15Merge pull request #471 from breed808/gometalinterw0rp
Add gometalinter linter for go files
2017-04-15Use g:ale_linters for turning gometalinter on, and update documentation as ↵w0rp
appropriate
2017-04-15Explain some code betterw0rp
2017-04-13Merge pull request #463 from valtermro/multi-ft-aliasesw0rp
Add support for multiple filetypes in filetype aliasing
2017-04-12Add support for multiple filetypes in filetype aliasingvaltermro
2017-04-11#392 Handle clang header errors toow0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-04-03Cover basic GCC functionality with testsw0rp
2017-04-03#380 Add some experimental code for killing long-running processes in NeoVimw0rp
2017-04-03#446 Do not run ALE if inside of a command windoww0rp
2017-03-31Fix #438 Create Java .class files for javac in a temporary directoryw0rp
2017-03-31adds line highlights style (#436)Steven Lu
* adds line highlights style * adding doc for the new highlight styles. * missing space
2017-03-24Fix #272 by checking if quickfix is open before reopening to avoid ↵Lucas Kolstad
triggering a BufEnter event that causes quickly repeating linting runs when g:ale_lint_on_enter = 1. Add test assertions that quickfix window closes when lists become empty again.
2017-03-21#333 Finish implementing the lint_file optionw0rp
2017-03-21#333 Change arguments for ale#Queue so they are more obvious, and check ↵w0rp
files in more places
2017-03-21Add some utility functions for changing directories for commandsw0rp
2017-03-14#333 Pass in a flag indicating that linters should be run against files, and ↵w0rp
clear more jobs
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-14#333 Keep any loclist items which have match_id values set on themw0rp