1
0
forked from aniani/vim

patch 8.2.4622: Vim9: crash with :execute and :finish

Problem:    Vim9: Crash with :execute and :finish. (Sergey Vlasov)
Solution:   Check for NULL. (closes #10011)
This commit is contained in:
Bram Moolenaar
2022-03-25 11:16:28 +00:00
parent 9dd42a6311
commit 43216611a5
3 changed files with 25 additions and 1 deletions

View File

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