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/sign/test_sign_limits.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/sign/test_sign_limits.vader')
-rw-r--r-- | test/sign/test_sign_limits.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sign/test_sign_limits.vader b/test/sign/test_sign_limits.vader index b8868aeb..d7a4e2f5 100644 --- a/test/sign/test_sign_limits.vader +++ b/test/sign/test_sign_limits.vader @@ -30,7 +30,7 @@ After: delfunction SetNProblems - sign unplace * + call ale#sign#Clear() Execute(There should be no limit on signs with negative numbers): AssertEqual range(1, 42), SetNProblems(42) |