comparison src/version.c @ 31105:46d1a434784b v9.0.0887

patch 9.0.0887: cannot easily try out what codes various keys produce Commit: https://github.com/vim/vim/commit/a44c7811ff1c5519ac9acd6a34c58c98366f5c5f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 15 22:59:07 2022 +0000 patch 9.0.0887: cannot easily try out what codes various keys produce Problem: Cannot easily try out what codes various keys produce. Solution: Add a script to gather key code information, with an initial list of codes to compare with.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Nov 2022 00:00:04 +0100
parents 33ca088dbd3e
children 86c628c39931
comparison
equal deleted inserted replaced
31104:86edc0b8966f 31105:46d1a434784b
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 887,
698 /**/ 700 /**/
699 886, 701 886,
700 /**/ 702 /**/
701 885, 703 885,
702 /**/ 704 /**/