comparison src/version.c @ 28127:b9e8f3674090 v8.2.4588

patch 8.2.4588: mapping with key after other matching mapping does not work Commit: https://github.com/vim/vim/commit/f35fd8e5d484be0e3fdd7c3c24f690083f91264d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 18 15:41:17 2022 +0000 patch 8.2.4588: mapping with key after other matching mapping does not work Problem: Mapping with key code after other matching mapping does not work. Solution: Change ">" to ">=". (closes https://github.com/vim/vim/issues/9903)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Mar 2022 16:45:03 +0100
parents ed151877ebac
children dd2ed5345f20
comparison
equal deleted inserted replaced
28126:b8f593e7c080 28127:b9e8f3674090
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 4588,
753 /**/ 755 /**/
754 4587, 756 4587,
755 /**/ 757 /**/
756 4586, 758 4586,
757 /**/ 759 /**/