]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2049: Vim9: not recognizing qualified class vars for infix ops v9.0.2049
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 19 Oct 2023 08:47:53 +0000 (10:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Oct 2023 08:47:53 +0000 (10:47 +0200)
commitd7b616d0ad006db06140729313b6217677cc4e80
treeec31d6da6f2ada0811cfa989721f0c2f7a959f4a
parent982ef16059bd163a77271107020defde0740bbd6
patch 9.0.2049: Vim9: not recognizing qualified class vars for infix ops

Problem:  Vim9: not recognizing qualified class vars for infix ops
Solution: Drop the class type from the stack before generating the
          CLASSMEMBER instruction

closes: #13378
closes: #13379

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/vim9expr.c