1
0
forked from aniani/vim

patch 8.2.4819: unmapping simplified keys also deletes other mapping

Problem:    Unmapping simplified keys also deletes other mapping.
Solution:   Only unmap a mapping with m_simplified set. (closes #10270)
This commit is contained in:
zeertzjq
2022-04-24 17:07:53 +01:00
committed by Bram Moolenaar
parent ac92ab7719
commit a4e3332650
3 changed files with 20 additions and 1 deletions

View File

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