]> granicus.if.org Git - vim/commit
patch 8.2.3169: Vim9: cannot handle nested inline function v8.2.3169
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Jul 2021 20:03:50 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Jul 2021 20:03:50 +0000 (22:03 +0200)
commit5245beb37cb52991a745644c20d7ca1b0138ef2c
tree4156f638b3e12e39f87fc4c86f9df921212ba5e4
parent378697ac58b8f9705286e36d1805a052e96fb86e
patch 8.2.3169: Vim9: cannot handle nested inline function

Problem:    Vim9: cannot handle nested inline function.
Solution:   Check for nested inline function. (closes #8575)
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c