commit | d881d1598467d88808bafd2fa86982ebbca7dcc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 13 13:50:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 13 13:50:36 2022 +0100 |
tree | 89551fd87f4bfa7692178faf927a5429a3adc00f | |
parent | b7a701255578b38896631ba20556b856e8888069 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1965373..aaa1e02 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4948, +/**/ 4947, /**/ 4946,