comparison src/version.c @ 31910:69003e374f0d v9.0.1287

patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mapped Commit: https://github.com/vim/vim/commit/0261e3978e3064176f57008d4ce6de18cb166b69 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 6 17:46:37 2023 +0000 patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mapped Problem: With the Kitty key protocl Esc with NumLock cannot be mapped. Solution: Also use K_ESC when there is a modifier. (closes https://github.com/vim/vim/issues/11811)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Feb 2023 19:00:03 +0100
parents 1ae3ad2e3d03
children 91d21a5ee588
comparison
equal deleted inserted replaced
31909:998a31937647 31910:69003e374f0d
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1287,
698 /**/ 700 /**/
699 1286, 701 1286,
700 /**/ 702 /**/
701 1285, 703 1285,
702 /**/ 704 /**/