1
0
forked from aniani/vim

patch 8.2.4831: crash when using maparg() and unmapping simplified keys

Problem:    Crash when using maparg() and unmapping simplified keys.
Solution:   Do not keep a mapblock pointer. (closes #10294)
This commit is contained in:
zeertzjq
2022-04-26 21:36:21 +01:00
committed by Bram Moolenaar
parent 23f106efeb
commit 2c8a7ebdad
3 changed files with 11 additions and 5 deletions

View File

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