1
0
forked from aniani/vim

patch 8.2.4504: when there is a partially matching map full map may not work

Problem:    When there is a partially matching map and modifyOtherKeys is
            active a full map may not work.
Solution:   Only simplify modifiers when there is no matching mapping.
            (closes #8792)
This commit is contained in:
Bram Moolenaar
2022-03-04 19:22:36 +00:00
parent 6aca4d3c2b
commit 196c3850db
3 changed files with 21 additions and 2 deletions

View File

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