]> granicus.if.org Git - vim/commit
patch 8.2.1015: popup filter gets key with modifier prepended v8.2.1015
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2020 19:46:52 +0000 (21:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2020 19:46:52 +0000 (21:46 +0200)
commit20298ce679dbf21c07c8fe2161724a12424f1e69
treed14bbcf9f30749d23b71ea0273963c51c34a99e9
parent1e0b7b11db61bd906266d3174fee0bbaf20a101f
patch 8.2.1015: popup filter gets key with modifier prepended

Problem:    Popup filter gets key with modifier prepended when using
            modifyOtherKeys.
Solution:   Remove the shift modifier when it is included in the key, also
            when the Alt or Meta modifier is used.
src/misc2.c
src/term.c
src/testdir/test_popupwin.vim
src/version.c