comparison src/version.c @ 28327:e6022d580823 v8.2.4689

patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys Commit: https://github.com/vim/vim/commit/d0fb2d804183c2786578b4c32ba5b92938f93d0e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 21:03:52 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 22:15:03 +0200
parents a3a760ee765f
children cdd13ed3e5cb
comparison
equal deleted inserted replaced
28326:8c2459201a51 28327:e6022d580823
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4689,
753 /**/ 755 /**/
754 4688, 756 4688,
755 /**/ 757 /**/
756 4687, 758 4687,
757 /**/ 759 /**/