1
0
forked from aniani/vim

patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized

Problem:    When modifyOtherKeys is used CTRL-C is not recognized.
Solution:   Check for uppercase C as well, fix minimum length.
This commit is contained in:
Bram Moolenaar
2021-12-25 15:13:18 +00:00
parent 7f4a628efe
commit 35cfd793aa
2 changed files with 12 additions and 5 deletions

View File

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