mirror of
https://github.com/neovim/neovim.git
synced 2026-09-09 15:35:51 +00:00
Problem: A non-edit mapping that moves the cursor by API (Lua, `:call nvim_win_set_cursor()`, …) is not cascaded. Solution: Fallback to LHS-replay if the cursor moved and follow-mode is enabled.