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:
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
175,
|
||||
/**/
|
||||
174,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user