]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3833: error from term_start() not caught by try/catch v8.2.3833
authorichizok <gclient.gaap@gmail.com>
Fri, 17 Dec 2021 09:44:33 +0000 (09:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2021 09:44:33 +0000 (09:44 +0000)
commitc3f91c0648f4b04a6a9ceb4ccec45ea767a63796
tree79e2cead5ba42a7870c2cd903fd3146db2b81f1f
parent994a0a298bfbdd03e2eaae64268739d617080644
patch 8.2.3833: error from term_start() not caught by try/catch

Problem:    Error from term_start() not caught by try/catch.
Solution:   save and restore did_emsg when applying autocommands. (Ozaki
            Kiichi, closes #9361)
src/autocmd.c
src/testdir/test_terminal3.vim
src/version.c