]> granicus.if.org Git - vim/commit
patch 8.2.3448: :endtry after function call that throws not found v8.2.3448
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Sep 2021 13:25:52 +0000 (15:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Sep 2021 13:25:52 +0000 (15:25 +0200)
commit1d34189ecb99fa76363c06e1aa815c1075675a1c
tree8a103c189a514d84c27fe765facf7406f0d9059f
parentd2b98ab4ecf168514ae622948e3749dea7671946
patch 8.2.3448: :endtry after function call that throws not found

Problem:    :endtry after function call that throws not found.
Solution:   Do check for following :endtry if an exception is being thrown.
            (closes #8889)
src/testdir/test_trycatch.vim
src/userfunc.c
src/version.c