]> granicus.if.org Git - vim/commit
patch 8.2.1700: Vim9: try/catch causes wrong value to be returned v8.2.1700
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 20:29:52 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Sep 2020 20:29:52 +0000 (22:29 +0200)
commit9939f57b7f1c17a0142ebfe4f9e0b634158593e1
tree77a48188a4a88e8bdc7f697ed4f2b06ddf3f6711
parent916911f598718bc76bc6b87ed703d2805fa49c53
patch 8.2.1700: Vim9: try/catch causes wrong value to be returned

Problem:    Vim9: try/catch causes wrong value to be returned.
Solution:   Reset tcd_return. (closes #6964)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c