summaryrefslogtreecommitdiff
path: root/test/test_ale_toggle.vader
AgeCommit message (Expand)Author
2019-09-25569 support vim sign group and priority (#2786)Horacio Sanson
2019-09-01Fix tests so they work with new NeoVim highlight codew0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2018-06-20Set up most of the autocmd events in one groupw0rp
2018-05-11Fix condition to test a balloon featurerhysd
2018-03-25Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add b:ale_set_...v1.8.0w0rp
2017-12-01Make toggling work when pattern options are enabledw0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-29Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all buff...w0rp
2017-10-28#817 Add commands for toggling ALE for only the current bufferw0rp
2017-10-28#817 Move code for toggling ALE to its own filew0rp
2017-10-23Get all tests to pass on Windowsw0rp
2017-08-26Fix #825 - Downgrade signs when problems changew0rp
2017-08-13#653 Skip filetype keys in g:ale_buffer_info during cleanupw0rp
2017-07-07#697 - Clear all highlights every time items are set again, and refactor most...w0rp
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other pur...w0rp
2017-03-27Fix #130 - Run linters when the filetype is changedw0rp
2017-03-27Enabling linting on save by default, re #333w0rp
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-11#333 Save sign IDs back on loclist items, and make it possible to get line nu...w0rp
2017-02-15Cover ALEToggle with Vader testsw0rp