Age | Commit message (Expand) | Author |
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 |
2017-03-07 | Make the navigation commands only work with ALE's pre-sorted list | w0rp |
2017-03-04 | Fix detailed messages with newline characters | w0rp |
2017-03-04 | Remove a now redundant line | w0rp |
2017-03-03 | Fix cursor issues, and clean up the cursor tests | w0rp |
2017-03-02 | Merge remote-tracking branch 'upstream/master' | Jasper Woudenberg |
2017-03-02 | Address some feedback | Jasper Woudenberg |
2017-03-02 | Fix #373 - echo the cursor message after lint cycles or when leaving Insert mode | w0rp |
2017-03-02 | Update sign regex for LANG = it_IT.UTF-8 | Manuel Unno Vio |
2017-03-01 | Add support for error details | Jasper Woudenberg |
2017-03-02 | proselint: Add more supported filetypes (#367) | Daniel M. Capella |
2017-02-26 | Copy all loclist items returned from handlers, and set up defaults for conven... | w0rp |
2017-02-21 | Fix #314 - quickfix should take precedence over loclist for jumping | w0rp |
2017-02-21 | #314 filter both lists, and add tests to cover the list retrieval | w0rp |
2017-02-21 | Add an extra custom check for using endif instead of end, etc. | w0rp |
2017-02-21 | Merge pull request #348 from rob-b/add-hdevtools-linter | w0rp |
2017-02-17 | Add hdevtools linter for haskell | Rob Berry |
2017-02-17 | Use a more reliable method for getting an ID for a job | w0rp |
2017-02-17 | Prevent some stupid exceptions | w0rp |
2017-02-16 | #254 Add an option for logging the output of commands | w0rp |