commit | d0fb2d804183c2786578b4c32ba5b92938f93d0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 21:03:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 21:03:52 2022 +0100 |
tree | 1cc0cdff5c64762f680faee0e958ed08499c07b2 | |
parent | 91ff3d4f52a55a7c37a52aaad524cd9dd12efae4 [diff] [blame] |
patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys Problem: Using <Cmd> in a mapping does not work for mouse keys in Insert mode. (Sergey Vlasov) Solution: When reading the <Cmd> argument do not use the stuff buffer. (closes #10080)
diff --git a/src/version.c b/src/version.c index 9b1d56a..6e9b1d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4689, +/**/ 4688, /**/ 4687,