mirror of
https://github.com/neovim/neovim.git
synced 2026-09-04 13:20:34 +00:00
Problem: 'guicursor' is not respected when extra cursors exist. Per-cursor selection toggles Visual off, and the sandbox restores it only after restore_current_state(), whose ui_cursor_shape() caches the Normal shape. Solution: Restore Visual before restore_current_state().