1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-11-28 14:43:26 +01:00
parent 4d05af0a64
commit 4a44120e3d
3 changed files with 15 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2062,
/**/
2061,
/**/