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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4006,
|
||||
/**/
|
||||
4005,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user