1
0
forked from aniani/vim

patch 8.2.0421: interrupting with CTRL-C does not always work

Problem:    Interrupting with CTRL-C does not always work.
Solution:   Recognize CTRL-C while modifyOtherKeys is set.
This commit is contained in:
Bram Moolenaar
2020-03-20 20:48:49 +01:00
parent f1ec378b01
commit 9645e2d9fc
4 changed files with 28 additions and 13 deletions

View File

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