1
0
forked from aniani/vim

patch 9.0.0871: using freed memory when clearing augroup at more prompt

Problem:    Using freed memory when clearing augroup at more prompt.
Solution:   Delay clearing augroup until it's safe. (closes #11441)
This commit is contained in:
Bram Moolenaar
2022-11-13 17:53:46 +00:00
parent 2f7bfe66a1
commit 3b014befa0
3 changed files with 41 additions and 5 deletions

View File

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