mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +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