commit | e7a74d53754765f22ef8ce71c915bb669d5f7f3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 11:10:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 11:10:15 2022 +0000 |
tree | 535427e0114c148aba4aac41987d3ae7aab18cb3 | |
parent | 2995e5cf4eb9651827788e14f9f42ab34ce4c7e1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 682fdc6..25b19f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4591, +/**/ 4590, /**/ 4589,