Age | Commit message (Expand) | Author |
2017-10-26 | Fix #1048 - Do not lint files named "." | w0rp |
2017-10-15 | Fix issue #734 | Sander van Harmelen |
2017-10-14 | #904 Do less processing when newer NeoVim versions are exiting | w0rp |
2017-10-14 | Make the getcmdwintype() check ever-so-slightly faster | w0rp |
2017-10-14 | Cut down on the time for the CtrlPFunky check, by first checking if the comma... | w0rp |
2017-10-14 | Break up ShouldDoNothing checks into separate lines, so it's possible to prof... | w0rp |
2017-09-03 | Fix #891 - Do not check ctrlp-funky windows | w0rp |
2017-08-12 | #468 - Do not try to echo things for a while if something goes wrong | w0rp |
2017-08-11 | Ban !=# and !=? from the codebase | w0rp |
2017-08-09 | Fix #468 - Add a cool down period for when things go wrong | w0rp |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp |
2017-08-01 | #734 - Use the buffer number from the events for entering buffers and saving ... | w0rp |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor most... | w0rp |
2017-06-15 | Fix for Crystal support (#651) | David Alexander |
2017-06-14 | Simplify the code for escaping strings for Windows | w0rp |
2017-06-06 | Simplify job cleanup code | w0rp |
2017-05-30 | #591 Store buffer variables when fixing filess, and read them back in ale#Var | w0rp |
2017-05-26 | Fix #577 Add an option preventing linting of large files | w0rp |
2017-05-26 | Fix #371 Allow ALE to be disabled in different buffers | w0rp |
2017-05-26 | Fix #549 - escape strings more appropriately for use with cmd /c | w0rp |
2017-05-20 | #149 - Support Info, style error, and style warning types for problems for signs | w0rp |
2017-05-15 | Complain when shellescape is used instead of ale#Escape | w0rp |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp |
2017-05-05 | Add a has() wrapper we can override for tests, and add a function for generat... | w0rp |
2017-04-27 | #427 Output buffer variables when buffer numbers are strings | w0rp |
2017-04-25 | #427 Allow linters and aliases to be configured in buffer local variables | w0rp |
2017-04-16 | #427 Add a function for looking up ALE variables in buffer scope, and then gl... | w0rp |
2017-04-03 | #446 Do not run ALE if inside of a command window | w0rp |
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 |
2017-03-14 | #333 Pass in a flag indicating that linters should be run against files, and ... | w0rp |
2017-02-14 | #338 Try and stop ALE from throwing ALEs when run from a sandbox | w0rp |
2016-10-31 | Improve file blacklisting to make Unite.vim not fuck up. | w0rp |
2016-10-31 | Reduce sign column juttering by waiting for all jobs to complete before updat... | w0rp |
2016-10-23 | #107 Stop jobs when buffers close | w0rp |
2016-10-11 | Use explicit scope in the ale core, as advised by vint -s | Bjorn Neergaard |
2016-10-10 | First pass at optimizing ale to autoload (#80) | Bjorn Neergaard |