mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-01 15:47:25 +08:00
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.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user