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_setting_problems_found_in_previous_buffers.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_setting_problems_found_in_previous_buffers.vader')
-rw-r--r-- | test/test_setting_problems_found_in_previous_buffers.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_setting_problems_found_in_previous_buffers.vader b/test/test_setting_problems_found_in_previous_buffers.vader index 36eeb4ca..a5c8e0d3 100644 --- a/test/test_setting_problems_found_in_previous_buffers.vader +++ b/test/test_setting_problems_found_in_previous_buffers.vader @@ -38,7 +38,7 @@ After: " Items and markers, etc. call setloclist(0, []) call clearmatches() - sign unplace * + call ale#sign#Clear() Given foobar(A file with some lines): foo |