1
0
forked from aniani/vim

patch 8.2.4006: Vim9: crash when declaring variable on the command line

Problem:    Vim9: crash when declaring variable on the command line.
Solution:   Use a temporary type list. (closes #9474)
This commit is contained in:
Bram Moolenaar
2022-01-05 10:16:30 +00:00
parent a6f7929e62
commit c653e4a2bd
3 changed files with 39 additions and 3 deletions

View File

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