diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-17 21:29:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-17 21:29:03 +0200 |
commit | 77e5dcc36a82da040072d74e3ced410d15c42757 (patch) | |
tree | 00e7367a7cb2433b07a72fa976e0c528c7f77fe0 /src/version.c | |
parent | 213da551dec465e193619684b260bf9d5a8d6afc (diff) | |
download | vim-git-77e5dcc36a82da040072d74e3ced410d15c42757.tar.gz |
patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704
Problem: Vim9: crash in for loop when autoload script has an error.
Solution: Reset suppress_errthrow. Check for NULL list. (closes #6967)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f7e172051..0e52351ea 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1704, +/**/ 1703, /**/ 1702, |