diff options
author | Horacio Sanson <horacio@allm.net> | 2019-09-25 17:15:16 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-09-25 09:15:16 +0100 |
commit | 41ff80dc9ec2cc834cc8c4aaa753e308223d48b8 (patch) | |
tree | 0d52576f45776d2891c6fbc536ca2bc90ab16bfb /test/test_ale_toggle.vader | |
parent | 6746eaeaa0a02fbd101c7ae367aaa2fb62378368 (diff) | |
download | ale-41ff80dc9ec2cc834cc8c4aaa753e308223d48b8.zip |
569 support vim sign group and priority (#2786)
* 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.
Diffstat (limited to 'test/test_ale_toggle.vader')
-rw-r--r-- | test/test_ale_toggle.vader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ale_toggle.vader b/test/test_ale_toggle.vader index a0763cb1..1debcee6 100644 --- a/test/test_ale_toggle.vader +++ b/test/test_ale_toggle.vader @@ -82,7 +82,7 @@ Before: \ 'read_buffer': 0, \}) - sign unplace * + call ale#sign#Clear() After: Restore @@ -105,7 +105,7 @@ After: delfunction ParseAuGroups call setloclist(0, []) - sign unplace * + call ale#sign#Clear() call clearmatches() Given foobar (Some imaginary filetype): |