mirror of https://github.com/dense-analysis/ale
562680e786
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`. |
||
---|---|---|
.. | ||
test_linting_sets_signs.vader | ||
test_sign_column_highlighting.vader | ||
test_sign_limits.vader | ||
test_sign_parsing.vader | ||
test_sign_placement.vader |