mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
Problem: Cursor line not updated when a callback moves the cursor.
Solution: Check if the cursor moved. (closes vim/vim#9970)
e7a74d5375
redraw_after_callback() is N/A. Nvim handles timers on the main loop.