]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2106: Vim9: class, enum and type alias can be used as value v9.1.2106
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 23 Jan 2026 19:17:29 +0000 (19:17 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 23 Jan 2026 19:17:29 +0000 (19:17 +0000)
commit7d22f84f0b8107fb2eb7edb5665f08daa5dae12a
tree8f9f888dbda4da76350ee9535c40b85eb79ca450
parent2b6bdbc69780817bf3ef2e00b8ff0c0b8decba9e
patch 9.1.2106: Vim9: class, enum and type alias can be used as value

Problem:  Vim9: class, enum and type alias can be used as value in an
          expression (kennypete)
Solution: Abort expression evaluation if class, enum or type alias is
          used in an expression (Yegappan Lakshmanan)

related: #19173
closes:  #19238

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