aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_ale_toggle.vader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add neovim 0.6 to run-tests (#3998)Horacio Sanson2022-04-011-18/+18
* 569 support vim sign group and priority (#2786)Horacio Sanson2019-09-251-2/+2
* Fix tests so they work with new NeoVim highlight codew0rp2019-09-011-22/+62
* #2132 - lint and fix with ale#command#Runw0rp2019-02-061-0/+19
* Get tests to pass in Vim 8.1w0rp2018-07-231-26/+46
* Get tests running and passing with NeoVim 0.2 and 0.3w0rp2018-06-281-22/+7
* Set up most of the autocmd events in one groupw0rp2018-06-201-13/+3
* Fix condition to test a balloon featurerhysd2018-05-111-3/+7
* Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add b:ale_set_...v1.8.0w0rp2018-03-251-0/+40
* Make toggling work when pattern options are enabledw0rp2017-12-011-0/+4
* #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp2017-10-301-1/+7
* Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all buff...w0rp2017-10-291-0/+49
* #817 Add commands for toggling ALE for only the current bufferw0rp2017-10-281-5/+86
* #817 Move code for toggling ALE to its own filew0rp2017-10-281-0/+29
* Get all tests to pass on Windowsw0rp2017-10-231-1/+1
* Fix #825 - Downgrade signs when problems changew0rp2017-08-261-3/+10
* #653 Skip filetype keys in g:ale_buffer_info during cleanupw0rp2017-08-131-2/+51
* #697 - Clear all highlights every time items are set again, and refactor most...w0rp2017-07-071-5/+10
* Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp2017-05-201-1/+2
* Refactor jobs into a Vim version agnostic API which can be used for other pur...w0rp2017-05-121-2/+3
* Fix #130 - Run linters when the filetype is changedw0rp2017-03-271-0/+1
* Enabling linting on save by default, re #333w0rp2017-03-271-0/+1
* #333 Update line numbers for loclist items when current sign_id values are setw0rp2017-03-141-2/+2
* #333 Save sign IDs back on loclist items, and make it possible to get line nu...w0rp2017-03-111-2/+2
* Cover ALEToggle with Vader testsw0rp2017-02-151-0/+112