Problem: Popup menu shadow is not cleared when the menu shrinks, leaving a
stale shadow cell on the empty (~) lines above the menu.
Solution: Exclude the two shadow corner cells that are never drawn from the
popup menu area, so the background is redrawn and clears the cell.
fixes: #20740
https://github.com/vim/vim/pull/20750
(4 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I found a similar bug in Insert mode (the area is not redrawn correctly when the PUM + shadow shrinks), so I am currently looking into it separately.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()