commit | 8303035d670a50e39a0c099f159ce450d6e1a14e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 16:08:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 16:08:30 2022 +0000 |
tree | baf10b1c6b8ee6adf39b79353b7af84171167241 | |
parent | f10952e8c0b94bae58742f147d6779998d189892 [diff] [blame] |
patch 9.0.0889: keycode check script has a few flaws Problem: Keycode check script has a few flaws. Solution: Sort on terminal name. Ignore XTGETTCAP responses. Check for version and status response. Update entries.
diff --git a/src/version.c b/src/version.c index fcc6719..e6526e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 889, +/**/ 888, /**/ 887,