mirror of
https://github.com/neovim/neovim.git
synced 2026-09-11 08:31:03 +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.