Age | Commit message (Expand) | Author |
2017-05-20 | Don't modify files when fixing doesn't change anything. | w0rp |
2017-05-20 | Fix an off-by-one bug in ALEFix | w0rp |
2017-05-20 | Remove the code for checking if functions exist. It breaks autoload functions | w0rp |
2017-05-20 | Allow function aliases to be registered for fixing problems, and add some mor... | w0rp |
2017-05-20 | Start experimenting with generic functions for fixing problems | w0rp |
2017-05-20 | Send modified lines to jobs, not the file contents | w0rp |
2017-05-20 | Allow strings to be used for selecting a single fix function for g:ale_fixers... | w0rp |
2017-05-20 | Add commands to run ALEFix, and some tests to cover functionality so far. Add... | w0rp |
2017-05-20 | Add experimental code for fixing errors | w0rp |
2017-05-20 | #563 Use a configurable list of directories for detecting virtualenv paths in... | w0rp |
2017-05-20 | Revert "Fix #556 Remove duplicate error messages from clang++" | w0rp |
2017-05-20 | Revert "#562 Join split JSON lines together for new Rust output" | w0rp |
2017-05-20 | #567 Try and fix NeoVim split line handling | w0rp |
2017-05-18 | Add a check to make tests fail less | w0rp |
2017-05-17 | Refactor special command parsing into its own file | w0rp |
2017-05-17 | Fix #556 Remove duplicate error messages from clang++ | w0rp |
2017-05-17 | #562 Join split JSON lines together for new Rust output | w0rp |
2017-05-17 | Merge pull request #546 from dawikur/master | w0rp |
2017-05-16 | #538 Fix an off-by-one bug with end columns | w0rp |
2017-05-16 | Fix some problems with LSP functions | w0rp |
2017-05-16 | #538 Suport highlight sizes by looking at end column numbers | w0rp |
2017-05-16 | Add cpplint linter | Dawid Kurek |
2017-05-15 | Fix #555 - Handle csslint errors without groups | w0rp |
2017-05-15 | Complain when shellescape is used instead of ale#Escape | w0rp |
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 |