commit | cdeb65729d96c90320b9009e583ade305c396f29 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Nov 15 13:46:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 13:46:12 2022 +0000 |
tree | d5450fb16230c8aa8ec29f392d303deaa8eb397e | |
parent | 698a00f55d60043d51b1c98cbbf3f9fd10badd2f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7fae79d..3ca13a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 884, +/**/ 883, /**/ 882,