]> granicus.if.org Git - vim/commit
patch 8.2.4948: cannot use Perl heredoc in nested :def function v8.2.4948
authorBram Moolenaar <Bram@vim.org>
Fri, 13 May 2022 12:50:36 +0000 (13:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 May 2022 12:50:36 +0000 (13:50 +0100)
commitd881d1598467d88808bafd2fa86982ebbca7dcc1
tree89551fd87f4bfa7692178faf927a5429a3adc00f
parentb7a701255578b38896631ba20556b856e8888069
patch 8.2.4948: cannot use Perl heredoc in nested :def function

Problem:    Cannot use Perl heredoc in nested :def function. (Virginia
            Senioria)
Solution:   Only concatenate heredoc lines when not in a nested function.
            (closes #10415)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c