commit | 257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 17:06:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 17:06:11 2020 +0100 |
tree | dcbecc0c8309f33837bad940e9665b3f703ffc28 | |
parent | 63ce4849efa54d3980446ad337d0e1248ec86182 [diff] [blame] |
patch 8.2.0280: Vim9: throw in :def function not caught higher up Problem: Vim9: throw in :def function not caught higher up. Solution: Set "need_rethrow".
diff --git a/src/version.c b/src/version.c index d748416..2ff3460 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 280, +/**/ 279, /**/ 278,