Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | Close #4401 - Use subtle defaults for virtual-text | w0rp | |
Default virtual-text to the Comment highlight group and prefix virtual-text messages with comment text for each language by default. Messages can now be formatted with `%type%` to print the error type. The Vim 9.0 version has been updated in the Docker image to add test coverage for virtual-text. | |||
2022-04-06 | Fix 4141 - Stop press enter prompt on long diagnostic messages (#4144) | Horacio Sanson | |
* Fix 4141 - Stop press enter prompt on long diagnostic messages * Fix 4139 - Check for array before join truncated_echo | |||
2022-04-01 | Fix test for echoing messages | w0rp | |
The previous linter rule about stray echo lines has been restored, and now all problems for custom linting rules can be ignored by adding a comment above problem lines. | |||
2020-08-31 | Add tests for \r removal | w0rp | |
2020-04-18 | Fix the cursor tests, that stop tests running | w0rp | |
2020-04-18 | Broken message in pycodestyle (or any other Linters whose name include ↵ | Yuto | |
'code') (#3114) * Swap substitution order for echoed message This prevents 'code' string in liter_name to be substituted by accident. Linters including pycodestyle have been affected by this problem. * Add test for linter whose name contains 'code' Test for c525db8cb4088d02448c5ddcf4a80ffa028c3181 | |||
2019-06-10 | Lint on InsertLeave, not in insert mode by default | w0rp | |
b:ale_lint_on_insert_leave is now supported as tests need it. These defaults are saner and cause fewer issues for users by default. | |||
2018-04-10 | Close #1494 - Prefer displaying higher severity problems for cursor ↵ | w0rp | |
messages, balloons, and highlights | |||
2017-12-19 | Allow the cursor messages to be disabled while Vim is running | w0rp | |
2017-11-19 | Make the message formats configurable with buffer local variables | w0rp | |
2017-11-14 | Fix #757 - Show :ALEDetail messages in a window | w0rp | |
2017-11-13 | #852 Support formatting echo messages with error codes. No linters set the ↵ | w0rp | |
`code` key yet | |||
2017-11-12 | Add support for showing Info severities in echoed messages | w0rp | |
2017-05-21 | #318 Do not capitalize the first character for cursor messages | w0rp | |
2017-05-12 | Run all tests in NeoVim, improve the test script, and make all tests pass ↵ | w0rp | |
for NeoVim | |||
2017-03-04 | Fix detailed messages with newline characters | w0rp | |
2017-03-03 | Fix cursor issues, and clean up the cursor tests | w0rp | |
2017-03-03 | Fix the tests again | w0rp | |
2017-03-02 | Merge remote-tracking branch 'upstream/master' | Jasper Woudenberg | |
2017-03-02 | Address some feedback | Jasper Woudenberg | |
2017-03-03 | Try and fix issues on Travis | w0rp | |
2017-03-02 | Fix #373 - echo the cursor message after lint cycles or when leaving Insert mode | w0rp | |
2017-03-01 | Add support for error details | Jasper Woudenberg | |
Some review needed. | |||
2016-10-24 | Merge everything into the one global map. | w0rp | |
2016-10-14 | Add some tests for the EchoCursorWarning function. | w0rp | |