commit | 352134bbfbff4831a3f6a3383d9e2d8660016243 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 22:04:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 22:04:08 2020 +0200 |
tree | 448a165ca3f969c8881ec021675c7c8d49c5280b | |
parent | 403dc31f5a03b5858f62e72c3407ffaf827b3005 [diff] [blame] |
patch 8.2.1859: Vim9: crash in unpack assignment Problem: Vim9: crash in unpack assignment. Solution: Make sure an error message is turned into an exception. (closes #7159)
diff --git a/src/version.c b/src/version.c index cdecc3a..342ad7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1859, +/**/ 1858, /**/ 1857,