]> granicus.if.org Git - vim/commit
patch 8.2.0916: mapping with partly modifyOtherKeys code does not work v8.2.0916
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Jun 2020 20:36:24 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Jun 2020 20:36:24 +0000 (22:36 +0200)
commit975a880a1389e8ce6dea8d66a7c109140b2f94ec
tree64e2a6019a20c05e2b399f73e2f29f7cb20c0d49
parentadc17a5f9d207fd1623fd923457a46efc9214777
patch 8.2.0916: mapping with partly modifyOtherKeys code does not work

Problem:    Mapping with partly modifyOtherKeys code does not work.
Solution:   If there is no mapping with a separate modifier include the
            modifier in the key and then try mapping again. (closes #6200)
src/edit.c
src/getchar.c
src/proto/getchar.pro
src/proto/term.pro
src/term.c
src/testdir/test_termcodes.vim
src/version.c