]> granicus.if.org Git - vim/commit
patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys v8.2.4689
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2022 20:03:52 +0000 (21:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2022 20:03:52 +0000 (21:03 +0100)
commitd0fb2d804183c2786578b4c32ba5b92938f93d0e
tree1cc0cdff5c64762f680faee0e958ed08499c07b2
parent91ff3d4f52a55a7c37a52aaad524cd9dd12efae4
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)
src/getchar.c
src/version.c