]> granicus.if.org Git - vim/commit
patch 8.2.3382: crash when getting the type of a NULL partial v8.2.3382
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Aug 2021 12:58:44 +0000 (14:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Aug 2021 12:58:44 +0000 (14:58 +0200)
commitc8103b4c2547ce2044469bcd49e3d55907bd33d1
treeedad9a184a3ac542346383229a84a8e4a97d144c
parent5c56da4de8398566ef96122db44ec93e6c2d483a
patch 8.2.3382: crash when getting the type of a NULL partial

Problem:    Crash when getting the type of a NULL partial.
Solution:   Check for NULL. (closes #8260)
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9type.c