mirror of
https://github.com/zoriya/vim.git
synced 2026-06-12 16:05:49 +00:00
fc4ea2a72d
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)