forked from aniani/vim
patch 8.2.2465: using freed memory in :psearch
Problem: Using freed memory in :psearch. (houyunsong) Solution: Check the current window is still valid. Fix flaky test.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2465,
|
||||
/**/
|
||||
2464,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user