mirror of
https://github.com/neovim/neovim.git
synced 2026-03-11 02:25:00 +10: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.