1
0
forked from aniani/vim

patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe

Problem:    Using freed memory after SpellFileMissing autocmd uses bwipe.
Solution:   Bail out if the window no longer exists.
This commit is contained in:
Bram Moolenaar
2022-11-14 20:52:14 +00:00
parent 24dc19cdb2
commit c3d27ada14
3 changed files with 17 additions and 2 deletions

View File

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