]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0280: Vim9: throw in :def function not caught higher up v8.2.0280
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 16:06:11 +0000 (17:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 16:06:11 +0000 (17:06 +0100)
commit257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d
treedcbecc0c8309f33837bad940e9665b3f703ffc28
parent63ce4849efa54d3980446ad337d0e1248ec86182
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".
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c