]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2051: Vim9: wrong error for non-existing object var v9.0.2051
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 19 Oct 2023 15:18:28 +0000 (17:18 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Oct 2023 15:18:28 +0000 (17:18 +0200)
commit00b55370b3adfc386ab27154df5c51410a099910
tree592c4fd636506d907ad66030304eab499e3ab4b3
parente08bfef88bd05a9d27ee16c57cd10173e280f600
patch 9.0.2051: Vim9: wrong error for non-existing object var

Problem:  Vim9: wrong error for non-existing object var
Solution: mention object or class depending on whether
          the var is an object or class variable.

closes: #13384
closes: #13387

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c