summaryrefslogtreecommitdiff
path: root/test/sign/test_sign_placement.vader
AgeCommit message (Collapse)Author
2020-03-15Fix vim sign priority patch checkStarryLeo
With Vim 8.2 released, the previous check method is not accurate enough.
2019-10-21Fix #2835 - Bump up the sign group version check for NeoVimw0rp
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-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
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-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2018-05-28#1524 Do not try to check buffers with empty filetypesw0rp
2017-10-03Fix #964 - Remove signs when multiple signs end up on a single linew0rp
2017-09-09Fix more random Windows test issuesw0rp
2017-09-02#505 - Do not lint files on enter if the option for linting when the ↵w0rp
filetype changed is on
2017-08-26Fix #825 - Downgrade signs when problems changew0rp
2017-08-13#653 - Filter items based on the buffer number for signsw0rp
2017-08-12Fix a failing testw0rp
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-05Try and make the sign tests pass more oftenw0rp
2017-04-26Fix #506 - Don't set signs for buffers which don't existw0rp
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-11Cover error priority in the sign testsw0rp
2017-03-09Fix sign tests.w0rp
2017-03-09Group sign testsw0rp