]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0400: Vim9: confusing error message for unknown type v9.1.0400
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 9 May 2024 07:12:31 +0000 (09:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 9 May 2024 07:15:02 +0000 (09:15 +0200)
commit1b53172901ebe5be3ddf1baee22d964c8d41e899
treecd90f3a7de35dc976b5870aa24b7cf4f53ddb450
parentd5c8c0920e1eee9ff7a9fa5168d8e85c01670630
patch 9.1.0400: Vim9: confusing error message for unknown type

Problem:  Vim9: confusing error message for unknown type
          (Doug Kearns)
Solution: For an unknown type, display only the type name in the error
          message (Yegappan Lakshmanan)

fixes: #13153
closes: #14736

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_script.vim
src/testdir/test_vim9_typealias.vim
src/version.c
src/vim9type.c