ale/test/sign
Ingo Meyer 562680e786
Use different group names for signs and virtual text (#4704)
Since Neovim commit c4afb9788c4f139eb2e3b7aa4d6a6a20b67ba156, the sign
API uses extmarks internally. Virtual text is already rendered using
extmarks. ALE uses the same group name for both signs and virtual text
and as a result, both are placed in the same extmark group. Since ALE
deletes all extmarks in the virtual text group after all signs have been
placed, no signs are ever shown. This commit fixes this by renaming the
sign group from `ale` to `ale_signs`.
2024-01-14 20:29:10 +09:00
..
test_linting_sets_signs.vader Use different group names for signs and virtual text (#4704) 2024-01-14 20:29:10 +09:00
test_sign_column_highlighting.vader 569 support vim sign group and priority (#2786) 2019-09-25 09:15:16 +01:00
test_sign_limits.vader #4454 Clean up more tests and code 2023-09-16 22:23:30 +01:00
test_sign_parsing.vader Use different group names for signs and virtual text (#4704) 2024-01-14 20:29:10 +09:00
test_sign_placement.vader Use different group names for signs and virtual text (#4704) 2024-01-14 20:29:10 +09:00