commit | a44c7811ff1c5519ac9acd6a34c58c98366f5c5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 22:59:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 22:59:07 2022 +0000 |
tree | d9672afca9fe21f200609644dc6e457411537938 | |
parent | 44c2209352d56d70b1fc0215e81f1822d55aa563 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d7f4808..08c05f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 887, +/**/ 886, /**/ 885,