mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Problem: Modifying a sign no longer updates already placed signs.
Solution: Loop over (newly-exposed) placed decorations when modifying a
sign definition. Update placed decor if it belongs to the sign
that is modified.
(cherry picked from commit f9a49fab0c)