0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-03-19 11:10:15 +00:00
parent 2995e5cf4e
commit e7a74d5375
6 changed files with 66 additions and 10 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4591,
/**/
4590,
/**/