]> granicus.if.org Git - vim/commit
patch 9.0.0801: the modifyOtherKeys flag is set when it should not v9.0.0801
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Oct 2022 19:07:09 +0000 (20:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Oct 2022 19:07:09 +0000 (20:07 +0100)
commit7609c88eedc113bc80ccf74050b03a2e0c1a3c5e
tree8a3cbb4cb420f24d07ced0016eb81526b08724d1
parentd505c8220ddb62a3489f1880a2ff37a3ddd9954b
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)
src/term.c
src/version.c