mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 22:07:26 +00:00
Problem: Unable to identify legacy signs when fetching extmarks with
`nvim_buf_get_extmarks()`.
Solution: Add "sign_name" to the extmark detail array.
Add some misc. changes as follow-up to #25724