]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4591: cursor line not updated when a callback moves the cursor v8.2.4591
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Mar 2022 11:10:15 +0000 (11:10 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Mar 2022 11:10:15 +0000 (11:10 +0000)
commite7a74d53754765f22ef8ce71c915bb669d5f7f3f
tree535427e0114c148aba4aac41987d3ae7aab18cb3
parent2995e5cf4eb9651827788e14f9f42ab34ce4c7e1
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 #9970)
src/drawscreen.c
src/main.c
src/proto/drawscreen.pro
src/testdir/dumps/Test_cursorline_callback_1.dump [new file with mode: 0644]
src/testdir/test_cursorline.vim
src/version.c