mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 20:59:11 +00:00
Problem: Cursor-relative floats can use stale screen coordinates after a cursor move is restored without a redraw. Solution: Validate the current cursor before converting cursor-relative coordinates. Co-authored-by: zeertzjq <zeertzjq@outlook.com>