mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-26 18:23:39 +01:00
Problem: Other text for CTRL-V in Insert mode with modifyOtherKeys.
Solution: Convert the Escape sequence back to key as if modifyOtherKeys is
not set, and use CTRL-SHIFT-V to get the Escape sequence itself.
(closes #5254)