Age | Commit message (Expand) | Author |
2017-05-13 | Add some functions for sending LSP commands to a process, and automatically s... | w0rp |
2017-05-12 | Automatically remove jobs from the internal map after they are done | w0rp |
2017-05-12 | Refactor jobs into a Vim version agnostic API which can be used for other pur... | w0rp |
2017-05-12 | Run all tests in NeoVim, improve the test script, and make all tests pass for... | w0rp |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp |
2017-05-08 | #517 - Implement LSP chunked message parsing, sending messages to sockets, an... | w0rp |
2017-05-07 | #517 Implement some LSP message handling | w0rp |
2017-05-07 | Do not copy the items for setting highlights, as we do need to modify the ite...v1.3.0 | w0rp |
2017-05-07 | Fix #539 - Just set our highlights again when buffers are shown after being h... | w0rp |
2017-05-06 | #208 Automatically detect pylint in virtualenv directories | w0rp |
2017-05-06 | Fix #534 - Stop other higlights being restored when buffers are hidden and sh... | w0rp |
2017-05-05 | Add a has() wrapper we can override for tests, and add a function for generat... | w0rp |
2017-05-04 | #427 Implement b:ale_warn_about_trailing_whitespace | w0rp |
2017-05-03 | Fix #528 remove and restore highlights when buffers are hidden and shown | w0rp |
2017-04-30 | Fix #356 Don't complain about #pragma once in C++ headers | w0rp |
2017-04-29 | Set GCC flags appropriately for older versions | w0rp |
2017-04-29 | Cover the new path functions with some tests | w0rp |
2017-04-29 | Fix #518 Fix handling of spaces in filenames for various linters | w0rp |
2017-04-29 | Cache executable calls to make things slightly faster | w0rp |
2017-04-27 | #427 Output buffer variables when buffer numbers are strings | w0rp |
2017-04-27 | #427 - Output buffer-local variables with :ALEInfo | w0rp |
2017-04-26 | Fix #506 - Don't set signs for buffers which don't exist | w0rp |
2017-04-25 | #427 Allow linters and aliases to be configured in buffer local variables | w0rp |
2017-04-25 | Credit the original author of the Ruby handler | w0rp |
2017-04-25 | Add erb linter (#497) | Matthias Günther |
2017-04-24 | Fix #469 - Remove Unicode quotes from GCC errors, which cause issues | w0rp |
2017-04-24 | Break shared handlers up into their own files, and fix stylelint error handling | w0rp |
2017-04-24 | Handle Unix errors with no space after the colon | w0rp |
2017-04-24 | Simplify some code and format some tests better | w0rp |
2017-04-20 | Disable rpmlint by default (#492) | Jason Tibbitts |
2017-04-19 | Remove error highlights when buffers are cleaned up | w0rp |
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp |
2017-04-17 | Move path functions to their own file | w0rp |
2017-04-16 | #427 Add a function for looking up ALE variables in buffer scope, and then gl... | w0rp |
2017-04-15 | Merge pull request #471 from breed808/gometalinter | w0rp |
2017-04-15 | Use g:ale_linters for turning gometalinter on, and update documentation as ap... | w0rp |
2017-04-15 | Explain some code better | w0rp |
2017-04-13 | Merge pull request #463 from valtermro/multi-ft-aliases | w0rp |
2017-04-12 | Add support for multiple filetypes in filetype aliasing | valtermro |
2017-04-11 | #392 Handle clang header errors too | w0rp |
2017-04-11 | #392 Report errors inside of headers, in a very basic way | w0rp |
2017-04-03 | Cover basic GCC functionality with tests | w0rp |
2017-04-03 | #380 Add some experimental code for killing long-running processes in NeoVim | w0rp |
2017-04-03 | #446 Do not run ALE if inside of a command window | w0rp |
2017-03-31 | Fix #438 Create Java .class files for javac in a temporary directory | w0rp |
2017-03-31 | adds line highlights style (#436) | Steven Lu |
2017-03-24 | Fix #272 by checking if quickfix is open before reopening to avoid triggering... | Lucas Kolstad |
2017-03-21 | #333 Finish implementing the lint_file option | w0rp |
2017-03-21 | #333 Change arguments for ale#Queue so they are more obvious, and check files... | w0rp |