summaryrefslogtreecommitdiff
path: root/test/sign/test_sign_limits.vader
AgeCommit message (Collapse)Author
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.
2017-10-12#965 - Support limiting the number of signs ALE will setw0rp