]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1926: Vim9: not enough info in error message v9.0.1926
authorErnie Rael <errael@raelity.com>
Thu, 21 Sep 2023 14:42:28 +0000 (16:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 21 Sep 2023 14:42:28 +0000 (16:42 +0200)
commit696270bcae0c14029030f14a3f3ca2763a2b39de
tree08f1691a9d0afc7a4a98884dc7a6220a59815075
parent02c51b1dd8e8b96e969ad7e408536fa208d90ac8
patch 9.0.1926: Vim9: not enough info in error message

Problem:  Vim9: not enough info in error message
Solution: Add class name, change member to variable, quote names

closes: #13136

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ernie Rael <errael@raelity.com>
src/errors.h
src/eval.c
src/testdir/test_vim9_class.vim
src/version.c
src/vim9compile.c