]> granicus.if.org Git - vim/commit
patch 8.2.4115: cannot use a method with a complex expression v8.2.4115
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 19:38:07 +0000 (19:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 19:38:07 +0000 (19:38 +0000)
commitc665dabdf4c49a0fbf1dc566253c75c2abe2effa
tree3f55d76cf3fed62974742d4739836cc3cb554d09
parentc84287d6d8dd055bb6e30605465a23a8addb6fde
patch 8.2.4115: cannot use a method with a complex expression

Problem:    Cannot use a method with a complex expression.
Solution:   Evaluate the expression after "->" and use the result.
src/errors.h
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c