mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 20:23:54 +08: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>