1
0
forked from aniani/vim

patch 9.0.0341: mapset() does not restore <Nop> mapping properly

Problem:    mapset() does not restore <Nop> mapping properly.
Solution:   Use an empty string for <Nop>. (closes #11022)
This commit is contained in:
zeertzjq
2022-08-31 16:40:17 +01:00
committed by Bram Moolenaar
parent a2a8973e51
commit 92a3d20682
3 changed files with 33 additions and 7 deletions

View File

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