]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2062: <Cmd> does not handle CTRL-V v8.2.2062
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 13:43:26 +0000 (14:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 13:43:26 +0000 (14:43 +0100)
commit4a44120e3dc1d40dd7109658afd5e078360b1d8f
treea69a1927ac3aae81b2fe785bdce63608b1fafa4f
parent4d05af0a64c2e26b13d2ad571debbf5f3b6d384e
patch 8.2.2062: <Cmd> does not handle CTRL-V

Problem:    <Cmd> does not handle CTRL-V.
Solution:   Call get_literal() after encountering CTRL-V. (closes #7387)
src/getchar.c
src/testdir/test_mapping.vim
src/version.c