diff options
author | Ingo Meyer <1449087+IngoMeyer441@users.noreply.github.com> | 2024-01-14 12:29:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 20:29:10 +0900 |
commit | 562680e78682942de83b042f7bc294135dcd3bae (patch) | |
tree | 333e6eaa5166a8c1051f78d696390d67796f5c78 /ale_linters/eruby | |
parent | 143074a7807bf11ce754ed3696e7831f1f16f8c3 (diff) | |
download | ale-562680e78682942de83b042f7bc294135dcd3bae.zip |
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`.
Diffstat (limited to 'ale_linters/eruby')
0 files changed, 0 insertions, 0 deletions