]> granicus.if.org Git - vim/commit
patch 9.0.0229: Vim9: error message for missing type is not clear v9.0.0229
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Aug 2022 11:07:58 +0000 (12:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Aug 2022 11:07:58 +0000 (12:07 +0100)
commit62e0e2e54b34b618500be4521ab1c33e1c378b42
tree850c906638653186c4d9db3d6a46656ed6ce062f
parente80086446cc20856ed8359bc8dc87c4d430da4c8
patch 9.0.0229: Vim9: error message for missing type is not clear

Problem:    Vim9: error message for missing type is not clear.
Solution:   Mention the context. (issue #10944)
src/errors.h
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9type.c