1
0
forked from aniani/vim

patch 8.2.0175: crash when removing list element in map()

Problem:    Crash when removing list element in map().
Solution:   Lock the list. (closes #2652)
This commit is contained in:
Bram Moolenaar
2020-01-29 22:17:16 +01:00
parent 5d98dc2a48
commit db661fb95d
3 changed files with 22 additions and 0 deletions

View File

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