]> granicus.if.org Git - vim/commit
patch 8.2.2967: Vim9: crash when using two levels of partials v8.2.2967
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Jun 2021 17:30:03 +0000 (19:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Jun 2021 17:30:03 +0000 (19:30 +0200)
commitc04f2a4cd40f32120b7a94fdea7bfa62e8640041
treef95f277447dd83cdf9dacf7d974926abb75fc034
parente3f50ad640fb30f27027f85a616280288bbc14ca
patch 8.2.2967: Vim9: crash when using two levels of partials

Problem:    Vim9: crash when using two levels of partials.
Solution:   Add outer_ref_T and use it in the execution context.
src/structs.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c