]> granicus.if.org Git - vim/commit
patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping v8.2.0904
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Jun 2020 20:22:11 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Jun 2020 20:22:11 +0000 (22:22 +0200)
commit46cd43bda102c3782bba1c4c629836e010734d77
tree685e27f1f47839b3789eb0947c8808dae73942aa
parent852ea366d6432e719ffdd95e9fb7d49a9a960187
patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping

Problem:    Assuming modifyOtherKeys for rhs of mapping.
Solution:   Ignore seenModifyOtherKeys for mapped characters. (closes #6200)
src/getchar.c
src/testdir/test_gui.vim
src/version.c