]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2055: Vim9: non-consistent error messages v9.0.2055
authorErnie Rael <errael@raelity.com>
Fri, 20 Oct 2023 09:59:00 +0000 (11:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 20 Oct 2023 09:59:00 +0000 (11:59 +0200)
commitd4802ec48560b30d5a2fea243b05bd0f70364f7b
tree3d93023b169e743e0578afd1c6a9f32cd67beba6
parentac709e2fc0db6d31abb7da96f743c40956b60c3a
patch 9.0.2055: Vim9: non-consistent error messages

Problem:  Vim9: non-consistent error messages
Solution: make error messages more consistent with common structure

Adjust vim9class messages to follow common pattern.
[Variable|Method] "var-or-meth-name" ... class "class-name"

closes: #13391

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