1
0
forked from aniani/vim

patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is used

Problem:    The "r" command fails for keys with modifiers if 'esckeys' is off
            and modifyOtherKeys is used. (Lauri Tirkkonen)
Solution:   Temporarily disable bracketed paste and modifyOtherKeys if
            'esckeys' is off. (closes #6809)
This commit is contained in:
Bram Moolenaar
2020-08-30 20:46:38 +02:00
parent 0b8cf278ec
commit ca774f6753
2 changed files with 16 additions and 0 deletions

View File

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