mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 05:17:23 +00:00
Problem: Temporarily changing current window in a script causes
CursorMoved to be triggerd.
Solution: Don't trigger CursorMoved if neither curwin nor cursor
changed between two checks.