]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2083: Vim9: crash when using ":silent!" and getting member fails v8.2.2083
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Dec 2020 19:51:22 +0000 (20:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Dec 2020 19:51:22 +0000 (20:51 +0100)
commitaf0df47a7671a39f2cde950587ba48800188bfb9
treed926cdf6f0d78ba501006970622deae3928d0fe5
parente0de171ecd2ff7acd56deda2cf81f0d13a69c803
patch 8.2.2083: Vim9: crash when using ":silent!" and getting member fails

Problem:    Vim9: crash when using ":silent!" and getting member fails.
Solution:   Jump to on_fatal_error. (closes #7412)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c