commit | 7609c88eedc113bc80ccf74050b03a2e0c1a3c5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 20:07:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 20:07:09 2022 +0100 |
tree | 8a3cbb4cb420f24d07ced0016eb81526b08724d1 | |
parent | d505c8220ddb62a3489f1880a2ff37a3ddd9954b [diff] [blame] |
patch 9.0.0801: the modifyOtherKeys flag is set when it should not Problem: The modifyOtherKeys flag is set when it should not. Solution: Do not handle special key codes with a modifer value above 16 as a modifyOtherKeys value. (issue #11403)
diff --git a/src/version.c b/src/version.c index 3ce579f..983fa0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799,