1
0
forked from aniani/vim

patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmd

Problem:    Using freed memory with cmdwin and BufEnter autocmd.
Solution:   Make sure pointer to b_p_iminsert is still valid.
This commit is contained in:
Bram Moolenaar
2022-09-17 19:43:23 +01:00
parent fb593c5350
commit 1c3dd8ddcb
3 changed files with 18 additions and 2 deletions

View File

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