summaryrefslogtreecommitdiff
path: root/test/test_ale_toggle.vader
AgeCommit message (Collapse)Author
2019-09-25569 support vim sign group and priority (#2786)Horacio Sanson
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs.
2019-09-01Fix tests so they work with new NeoVim highlight codew0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases.
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 ↵v1.8.0w0rp
b:ale_set_balloons
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 ↵w0rp
buffers or one buffer
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 ↵w0rp
most things. Clear errors when linters are removed
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. ↵w0rp
Add a simple autopep8 function.
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other ↵w0rp
purposes
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 ↵w0rp
numbers again
2017-02-15Cover ALEToggle with Vader testsw0rp