0
0
mirror of https://github.com/vim/vim.git synced 2025-10-15 07:14:09 -04:00

patch 9.0.0884: mouse shape remains in op-pending mode after failed change

Problem:    Mouse shape remains in op-pending mode after failed change.
Solution:   Reset finish_op and restore it. (closes #11545)
This commit is contained in:
zeertzjq
2022-11-15 13:46:12 +00:00
committed by Bram Moolenaar
parent 698a00f55d
commit cdeb65729d
3 changed files with 43 additions and 4 deletions

View File

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