aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_cursor_warnings.vader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only strip newlines for echo, otherwise full messages (#4964)Benjamin Block2025-07-201-1/+1
* Use ModeChanged events instead of InsertLeave emulation #4919 #4738w0rp2025-03-101-2/+2
* Close #4401 - Use subtle defaults for virtual-textw0rp2022-12-271-1/+21
* Fix 4141 - Stop press enter prompt on long diagnostic messages (#4144)Horacio Sanson2022-04-061-1/+1
* Fix test for echoing messagesw0rp2022-04-011-23/+23
* Add tests for \r removalw0rp2020-08-311-1/+1
* Fix the cursor tests, that stop tests runningw0rp2020-04-181-26/+7
* Broken message in pycodestyle (or any other Linters whose name include 'code'...Yuto2020-04-181-0/+19
* Lint on InsertLeave, not in insert mode by defaultw0rp2019-06-101-0/+9
* Close #1494 - Prefer displaying higher severity problems for cursor messages,...w0rp2018-04-101-0/+12
* Allow the cursor messages to be disabled while Vim is runningw0rp2017-12-191-0/+11
* Make the message formats configurable with buffer local variablesw0rp2017-11-191-0/+10
* Fix #757 - Show :ALEDetail messages in a windoww0rp2017-11-141-8/+14
* #852 Support formatting echo messages with error codes. No linters set the `c...w0rp2017-11-131-14/+35
* Add support for showing Info severities in echoed messagesw0rp2017-11-121-1/+45
* #318 Do not capitalize the first character for cursor messagesw0rp2017-05-211-1/+18
* Run all tests in NeoVim, improve the test script, and make all tests pass for...w0rp2017-05-121-1/+4
* Fix detailed messages with newline charactersw0rp2017-03-041-5/+13
* Fix cursor issues, and clean up the cursor testsw0rp2017-03-031-75/+42
* Fix the tests againw0rp2017-03-031-2/+2
* Merge remote-tracking branch 'upstream/master'Jasper Woudenberg2017-03-021-7/+42
|\
| * Try and fix issues on Travisw0rp2017-03-031-5/+5
| * Fix #373 - echo the cursor message after lint cycles or when leaving Insert modew0rp2017-03-021-0/+39
* | Address some feedbackJasper Woudenberg2017-03-021-1/+16
* | Add support for error detailsJasper Woudenberg2017-03-011-1/+13
|/
* Merge everything into the one global map.w0rp2016-10-241-18/+20
* Add some tests for the EchoCursorWarning function.w0rp2016-10-141-0/+84