]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def v8.2.4116
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 20:59:39 +0000 (20:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 20:59:39 +0000 (20:59 +0000)
commitc73499351aef8b611b13c70ef8706a7e98df67a8
tree0bd714b189d862e3432dc734843b805ccfb93bda
parentc665dabdf4c49a0fbf1dc566253c75c2abe2effa
patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def

Problem:    Vim9: cannot use a method with a complex expression in a :def
            function.
Solution:   Implement compiling the expression.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9expr.c