]> granicus.if.org Git - vim/commit
patch 8.2.1820: Vim9: crash when error happens in timer callback v8.2.1820
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Oct 2020 13:05:23 +0000 (15:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Oct 2020 13:05:23 +0000 (15:05 +0200)
commit820d55a50bbc8c0ad0505b7e4302a734896b6bab
tree4345521c6ff56f9aa999e9bfb902a6bb73225266
parent85d5e2b723e6fc233e53252dd5c523944146fbc2
patch 8.2.1820: Vim9: crash when error happens in timer callback

Problem:    Vim9: crash when error happens in timer callback.
Solution:   Check that current_exception is not NULL. (closes #7100)
src/ex_docmd.c
src/version.c