aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_highlight_placement.vader (follow)
Commit message (Expand)AuthorAgeFilesLines
* codespell: fix spelling errors picked out by `codespell` (#4343)Ben Boeckel2022-10-291-3/+3
* Initialize hl-groups correctly if virtual text is loaded first (#3960)Magnus Groß2021-12-091-0/+17
* Fixes #2982 - Implement g:ale_exclude_highlightsw0rp2020-03-111-0/+21
* 569 support vim sign group and priority (#2786)Horacio Sanson2019-09-251-1/+1
* Fix tests so they work with new NeoVim highlight codew0rp2019-09-011-58/+134
* Try to mock nvim api functionsFrancisco Giordano2019-07-101-5/+49
* Fix #2555 - Remove highlights in lowercase, etcw0rp2019-06-031-1/+9
* #2132 - lint and fix with ale#command#Runw0rp2019-02-061-0/+3
* Make highlight tests pass more in Neovim 0.3w0rp2018-07-011-3/+18
* Fix #741 - Set highlights for entire lines when signs are disabledw0rp2017-11-171-0/+21
* #817 Add commands for toggling ALE for only the current bufferw0rp2017-10-281-1/+27
* Make the highlight placement test pass more often by using another shellw0rp2017-10-251-1/+1
* Get more of the tests to pass on Windowsw0rp2017-10-231-1/+1
* Cover filtering out items from other buffers for highlightsw0rp2017-08-131-0/+2
* #697 - Remove highlights more thoroughlyw0rp2017-07-131-0/+26
* Fix #746 - Keep highlights from other plugins when buffers are hiddenw0rp2017-07-101-5/+20
* #697 - Clear all highlights every time items are set again, and refactor most...w0rp2017-07-071-52/+40
* #574 Do not restore items with no columns for highlights from hidden buffersw0rp2017-06-021-0/+2
* Fix #604 - Support highlights spanning many linesw0rp2017-05-311-0/+26
* #604 Change match_id to match_id_list, for future highlights spanning more th...w0rp2017-05-311-3/+3
* #149 - Set different highlights for info, style error, and style warning prob...w0rp2017-05-211-0/+23
* #538 Fix an off-by-one bug with end columnsw0rp2017-05-161-2/+2
* #538 Suport highlight sizes by looking at end column numbersw0rp2017-05-161-0/+13
* Fix #539 - Just set our highlights again when buffers are shown after being h...w0rp2017-05-071-4/+12
* Fix #534 - Stop other higlights being restored when buffers are hidden and sh...w0rp2017-05-061-0/+22
* Fix #528 remove and restore highlights when buffers are hidden and shownw0rp2017-05-031-0/+16
* Remove error highlights when buffers are cleaned upw0rp2017-04-191-0/+17
* #333 Keep any loclist items which have match_id values set on themw0rp2017-03-141-0/+22
* #333 Remember the IDs for highlightsw0rp2017-03-121-9/+2
* Fix #171 - Implement basic error highlightingw0rp2017-02-131-0/+61