mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 06:00:42 +00:00
Problem: When there is a partially matching map and modifyOtherKeys is
active a full map may not work.
Solution: Only simplify modifiers when there is no matching mapping.
(closes vim/vim#8792)
196c3850db
Omit test as it sends terminal codes. Use a Lua test instead.