Age | Commit message (Expand) | Author |
2020-04-18 | Broken message in pycodestyle (or any other Linters whose name include 'code'... | Yuto |
2019-10-18 | Adding support for LSP `window/showMessage` method (#2652) | Andre Souto |
2019-10-16 | Bump the ALE versionv2.6.0 | w0rp |
2019-06-10 | Bump the ALE versionv2.5.0 | w0rp |
2019-05-10 | #2403 - Make ale_disable_lsp apply consistently, and document it better | w0rp |
2019-04-08 | Fix #2399 - Do not check buffers used for displaying diffs | w0rp |
2019-04-07 | #2132 - Implement feature tests with ale#Has | w0rp |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp |
2018-10-29 | #2017 Add support for display results from other sources | w0rp |
2018-10-29 | #2017 Simplify lint cycles for supporting other sources later | w0rp |
2018-09-04 | Improve ALE project style checking | w0rp |
2018-09-03 | #1875 Do not lint and so on when an operator is pending | w0rp |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp |
2018-07-25 | Switch to v:t_ variables for type checks | w0rp |
2018-07-22 | Remove the redundant fix_buffer_data vars and filename variables | w0rp |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp |
2018-07-05 | Optimise ale#Set slightly | w0rp |
2018-07-04 | Optimise ale#Var a little | w0rp |
2018-06-24 | Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results | w0rp |
2018-06-20 | Remove CallWithCooldown functions to save on time | w0rp |
2018-06-19 | Move ClockMilliseconds to events, so fewer files are loaded some times | w0rp |
2018-05-28 | #1524 - Define global variables where they are needed | w0rp |
2018-05-28 | #1524 Do not try to check buffers with empty filetypes | w0rp |
2018-04-12 | #1497 Tolerate important ALE variables being undefined for some reason when v... | w0rp |
2017-11-14 | Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format | w0rp |
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 |