]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others v8.2.3765
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Dec 2021 14:23:43 +0000 (14:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Dec 2021 14:23:43 +0000 (14:23 +0000)
commitdcb53be4418fe263a71c7738315241031df6c986
tree06c0a6aeb6eae587344a5360b3b4cd0dd02c1a5d
parentd0fb907253a5c5a71b1f231f3ddec24098fb4e21
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others

Problem:    Vim9: cannot use a lambda for 'opfunc' and others.
Solution:   Convert the lambda to a string.
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c