1
0
forked from aniani/vim

patch 8.2.4828: fix for unmapping simplified key not fully tested

Problem:    Fix for unmapping simplified key not fully tested.
Solution:   Add a test case. (closes #10292)
This commit is contained in:
zeertzjq
2022-04-26 12:29:43 +01:00
committed by Bram Moolenaar
parent 87f74106f9
commit abeb09b2c5
3 changed files with 10 additions and 1 deletions

View File

@@ -726,6 +726,8 @@ do_map(
mpp = &(mp->m_next);
continue;
}
// In keyround for simplified keys, don't unmap
// a mapping without m_simplified flag.
if (keyround1_simplified && !mp->m_simplified)
break;
// We reset the indicated mode bits. If nothing