]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1236: Vim9: a few errors not caught by try/catch v8.2.1236
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jul 2020 13:17:02 +0000 (15:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jul 2020 13:17:02 +0000 (15:17 +0200)
commite859312e748297bde67a053fd3c486fc2c14b532
tree54c9085cc2d7e8fce75f916b3a163fbf8ff68cc3
parent2764d06ab7140c95b6317e344d853e4a32c76e9a
patch 8.2.1236: Vim9: a few errors not caught by try/catch

Problem:    Vim9: a few errors not caught by try/catch.
Solution:   Do not bail out if an error is inside try/catch.  Fix that a not
            matching catch doesn't jump to :endtry.
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9execute.c