mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00

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 vim/vim#6200)975a880a13
Cherry-pick applicable part of put_string_in_typebuf(). Revert related changes from10a5825
. Use KEYLEN_PART_KEY for incomplete modifier sequence. Omit test as it sends terminal codes. Use a Lua test instead.