diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-23 11:30:02 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-24 16:08:59 +0800 |
commit | 3e9b4e917d0783d0414192c3ad231cfcb813e73f (patch) | |
tree | 5e95003eea2e5076fa8db2efdcbf3970302a66bc /runtime/lua/vim/keymap.lua | |
parent | a72f338d76c871869712518df862c85d1df25f54 (diff) | |
download | rneovim-3e9b4e917d0783d0414192c3ad231cfcb813e73f.tar.gz rneovim-3e9b4e917d0783d0414192c3ad231cfcb813e73f.tar.bz2 rneovim-3e9b4e917d0783d0414192c3ad231cfcb813e73f.zip |
vim-patch:8.2.4591: cursor line not updated when a callback moves the cursor
Problem: Cursor line not updated when a callback moves the cursor.
Solution: Check if the cursor moved. (closes vim/vim#9970)
https://github.com/vim/vim/commit/e7a74d53754765f22ef8ce71c915bb669d5f7f3f
redraw_after_callback() is N/A. Nvim handles timers on the main loop.
Diffstat (limited to 'runtime/lua/vim/keymap.lua')
0 files changed, 0 insertions, 0 deletions