summaryrefslogtreecommitdiff
path: root/test/sign
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-10-04Fix sign parser to be language independent.Horacio Sanson
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-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-06-28Make a test which can fail randomly synchronous insteadw0rp
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-25Make one of the sign tests work in all localesw0rp
2017-10-25Handle multiple files localtion lists with gcc handler (#1034)Gerry Agbobada
Handle multiple files in the GCC handler.
2017-10-25Make the sign placement test pass more often by using another shellw0rp
2017-10-12#965 - Support limiting the number of signs ALE will setw0rp
2017-10-03Fix #964 - Remove signs when multiple signs end up on a single linew0rp
2017-09-12Fix #924 - Make changing the sign column color work againw0rp
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-22Remove the test for highlight linking, because it just cannot be testedw0rp
2017-05-22Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrorsw0rp
2017-05-21#309 Add an option for changing the sign column color when problems are detectedw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass ↵w0rp
for NeoVim
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-11#333 Save sign IDs back on loclist items, and make it possible to get line ↵w0rp
numbers again
2017-03-11Cover error priority in the sign testsw0rp
2017-03-10Cover parsing of Italian signs with testsw0rp
2017-03-09Fix sign tests.w0rp
2017-03-09Group sign testsw0rp