Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-25 | 569 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#Run | w0rp | |
2019-02-06 | #2132 - lint and fix with ale#command#Run | w0rp | |
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-28 | Make a test which can fail randomly synchronous instead | w0rp | |
2018-06-28 | Get tests running and passing with NeoVim 0.2 and 0.3 | w0rp | |
2017-10-25 | Make one of the sign tests work in all locales | w0rp | |
2017-10-25 | Handle multiple files localtion lists with gcc handler (#1034) | Gerry Agbobada | |
Handle multiple files in the GCC handler. | |||
2017-10-25 | Make the sign placement test pass more often by using another shell | w0rp | |
2017-09-09 | Fix more random Windows test issues | w0rp | |
2017-05-12 | Run all tests in NeoVim, improve the test script, and make all tests pass ↵ | w0rp | |
for NeoVim | |||
2017-03-09 | Fix sign tests. | w0rp | |
2017-03-09 | Group sign tests | w0rp | |