]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!" v8.2.2351
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 20:47:06 +0000 (21:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 20:47:06 +0000 (21:47 +0100)
commit8f81b22e8691f6e7c76153e945bbef15a8190cd9
treee9579341a8ddebe86c5c0d5d83f94ad136ec4bfb
parent033135eb8eccd00c9ee72c6c0cf4b8b9f81bd269
patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"

Problem:    Vim9: error message for "throw" in function that was called with
            "silent!".
Solution:   Do not throw the exception when not caught or displayed.
            (closes #7672)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c