Age | Commit message (Expand) | Author |
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 |
2017-03-21 | Add some utility functions for changing directories for commands | w0rp |
2017-03-14 | #333 Pass in a flag indicating that linters should be run against files, and ... | w0rp |
2017-03-14 | #333 Update line numbers for loclist items when current sign_id values are set | w0rp |
2017-03-14 | #333 Keep any loclist items which have match_id values set on them | w0rp |
2017-03-13 | #394 Attempt to fix running linters when bufwinid() doesn't exist | w0rp |
2017-03-12 | #333 Remember the IDs for highlights | w0rp |
2017-03-12 | Revert "Don't save the sign ID on loclist items. This approach won't work." | w0rp |
2017-03-12 | Don't save the sign ID on loclist items. This approach won't work. | w0rp |
2017-03-11 | #333 Save sign IDs back on loclist items, and make it possible to get line nu... | w0rp |
2017-03-09 | Get milliseconds timestamps without system() calls for tests | w0rp |
2017-03-09 | #376 Use the window ID for a given buffer for setting the loclist | w0rp |
2017-03-08 | #333 Add the List needed for the lint_file option, and option itself. Neither... | w0rp |