]> granicus.if.org Git - vim/commit
patch 8.2.1812: Vim9: nested closure throws an internal error v8.2.1812
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Oct 2020 17:08:04 +0000 (19:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Oct 2020 17:08:04 +0000 (19:08 +0200)
commit0876c78527469ddf50c23244566dd5bc35004307
treeeaf6d8d402369fd5326ffe6f36b249c3e18c8f4e
parent9a033d7b18651acbb7eda4b7f39a27c01748fb70
patch 8.2.1812: Vim9: nested closure throws an internal error

Problem:    Vim9: nested closure throws an internal error.
Solution:   Do not skip a local variable with a partial. (closes #7065)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c