]> granicus.if.org Git - vim/commit
patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys v8.1.2350
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Nov 2019 18:33:22 +0000 (19:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Nov 2019 18:33:22 +0000 (19:33 +0100)
commitfc4ea2a72d36de1196a3ce17352e72f8fe90f4bb
treed5d681840040dc4e36b94bb94cef2cb972c052b0
parentcc4423ae13d78367a3d0b5756783523d3b3a1d31
patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys

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)
runtime/doc/cmdline.txt
runtime/doc/insert.txt
src/edit.c
src/ex_getln.c
src/getchar.c
src/proto/edit.pro
src/proto/getchar.pro
src/proto/term.pro
src/term.c
src/testdir/test_termcodes.vim
src/version.c