commit | 43300f6034fbefb54b5d1dc1b4c72d5fe57438c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 23:30:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 23:30:58 2022 +0000 |
tree | 03f1cd83c9a3784efa0c0a27337f36407f28f8b5 | |
parent | ecfd511e8d802068434735dda00db6b783df6922 [diff] [blame] |
patch 9.0.0933: Kitty shows "already at oldest change" on startup Problem: Kitty shows "already at oldest change" on startup. Solution: When receiving the keyboard protocol state return the ignore key. (closes #11601)
diff --git a/src/version.c b/src/version.c index cdc62fc..54eb355 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,