1
0
forked from aniani/vim

patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'

Problem:    Mapping Ctrl-key does not work for '{', '}' and '|'.
Solution:   Remove the shift modifier. (closes #6457)
This commit is contained in:
Bram Moolenaar
2020-10-07 17:29:48 +02:00
parent d7e5e9430a
commit 9a033d7b18
4 changed files with 36 additions and 3 deletions

View File

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