1
0
forked from aniani/vim

patch 8.2.4309: Vim9: crash when using a partial in the wrong context

Problem:    Vim9: crash when using a partial in the wrong context.
Solution:   Don't use an NULL outer pointer. (closes #9706)
This commit is contained in:
Bram Moolenaar
2022-02-06 13:55:03 +00:00
parent 8164f6ea3c
commit fe1bfc9b26
3 changed files with 40 additions and 5 deletions

View File

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