]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2322: Vim9: closure nested limiting to one level v8.2.2322
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2021 17:33:11 +0000 (18:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2021 17:33:11 +0000 (18:33 +0100)
commit0186e58639b19933d3d9188d552fe6745265eb1b
tree4b76bc865f876f7c12244fd62eb1a0f0f7aa3a3d
parentab360526ef653b139f4b007a0efbdb3410c8fb4b
patch 8.2.2322: Vim9: closure nested limiting to one level

Problem:    Vim9: closure nested limiting to one level.
Solution:   Add outer_T.  Also make STOREOUTER work.
src/structs.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9execute.c