commit | ea83c194625e51c28a2796eba9ba87b0b9ab23e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 17:22:46 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 17:22:46 2023 +0000 |
tree | c19f6698892653a098f416bcf57667009a236415 | |
parent | 2a003177eb3cee535bb8a384b4b87db13f0486ae [diff] [blame] |
patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier Problem: <M-S-x> in Kitty does not use the Shift modifier. Solution: Apply the Shift modifier to ASCII letters. (closes #11913)
diff --git a/src/version.c b/src/version.c index 98369f6..277e522 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1414, +/**/ 1413, /**/ 1412,