diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4689,
+/**/
     4688,
 /**/
     4687,