]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function v8.2.4612
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Mar 2022 11:29:15 +0000 (11:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Mar 2022 11:29:15 +0000 (11:29 +0000)
commita915fa010330ee7212e06d3511acd363d04d2d28
tree632c812369ceff7cfb07ea46358ebfb010868943
parent81b573d7e55bd48988f298ce8e652d902e9bdeba
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function

Problem:    Vim9: cannot use a recursive call in a nested function. (Sergey
            Vlasov)
Solution:   Define the funcref before compiling the function. (closes #9989)
src/proto/vim9instr.pro
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c
src/vim9expr.c
src/vim9instr.c