]> granicus.if.org Git - vim/commit
patch 8.2.3359: Vim9: error for type when variable is not set v8.2.3359
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Aug 2021 19:08:30 +0000 (21:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Aug 2021 19:08:30 +0000 (21:08 +0200)
commitc66f645b809d0852592ca37afacb9031b5950c7f
treefe897dff075ffe17343309646fb09973af091207
parentdea561111a5761bf99397a246b8baa43e73288de
patch 8.2.3359: Vim9: error for type when variable is not set

Problem:    Vim9: error for type when variable is not set.
Solution:   Give a specific error for a NULL function. (closes #8773)
src/errors.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9type.c