1
0
forked from aniani/vim

patch 8.2.1704: Vim9: crash in for loop when autoload script has an error

Problem:    Vim9: crash in for loop when autoload script has an error.
Solution:   Reset suppress_errthrow.  Check for NULL list. (closes #6967)
This commit is contained in:
Bram Moolenaar
2020-09-17 21:29:03 +02:00
parent 213da551de
commit 77e5dcc36a
3 changed files with 50 additions and 1 deletions

View File

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