]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1287: Vim9: crash when using an imported function v8.2.1287
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 20:41:43 +0000 (22:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 20:41:43 +0000 (22:41 +0200)
commit40f4f7a48cae491f83bd3cdbf7e9b5a23ed870ef
tree877d3dba233503a446f13f7315bd4e29579177cc
parent43e969d3f98766824c18d20b84f2fab00feef683
patch 8.2.1287: Vim9: crash when using an imported function

Problem:    Vim9: crash when using an imported function.
Solution:   Add the function type to the imported entry. (closes #6522)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9script.c