]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0679: Vim9: incomplete support for closures v8.2.0679
authorBram Moolenaar <Bram@vim.org>
Sat, 2 May 2020 15:52:42 +0000 (17:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 May 2020 15:52:42 +0000 (17:52 +0200)
commitbf67ea1af05cbb30cd8f0b665fb567c0dca79796
treeafd0a33b60c2fe9e3ca8756110d6b9e6940073ff
parentd58a662f44dc11475f4cf5922a948635da934cc4
patch 8.2.0679: Vim9: incomplete support for closures

Problem:    Vim9: incomplete support for closures.
Solution:   At the end of a function copy arguments and local variables if
            they are still used by a referenced closure.
src/structs.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c