commit | b9c09c118e951bc6ea2059941101939dc572b4ce | [log] [tgz] |
---|---|---|
author | Trygve Aaberge <trygveaa@gmail.com> | Fri Oct 14 12:08:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 12:08:24 2022 +0100 |
tree | f3b21a7091d0ddb14b735a4ce9a844ba6f1e66a1 | |
parent | ba43e76fcd5b2da57dbaa4d9a555793fe8ac344e [diff] [blame] |
patch 9.0.0748: Kitty may send key without modifiers with CSI u code Problem: Kitty may send key without modifiers with CSI u code. Solution: Handle CSI u code without modifiers. (Trygve Aaberge, closes #11364)
diff --git a/src/version.c b/src/version.c index a6e3a5f..d09422b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 748, +/**/ 747, /**/ 746,