]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer v8.2.2380
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Jan 2021 21:22:49 +0000 (22:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Jan 2021 21:22:49 +0000 (22:22 +0100)
commita0f7f73ebb3ab032af08699c24c465403512b7d8
treee237cf8b5177cf359766a8730a65d030543ea005
parent77a849c4b3d73c228013a047913c90834a93b4f6
patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer

Problem:    Vim9: occasional crash when using try/catch and a timer.
Solution:   Save and restore "need_rethrow" when invoking a timer callback.
            (closes #7708)
src/time.c
src/version.c