comparison src/version.c @ 28850:338212bba072 v8.2.4948

patch 8.2.4948: cannot use Perl heredoc in nested :def function Commit: https://github.com/vim/vim/commit/d881d1598467d88808bafd2fa86982ebbca7dcc1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 13 13:50:36 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 May 2022 15:00:03 +0200
parents ba81f4ed59e2
children ffd57385eef8
comparison
equal deleted inserted replaced
28849:be5bc2060ee8 28850:338212bba072
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4948,
749 /**/ 751 /**/
750 4947, 752 4947,
751 /**/ 753 /**/
752 4946, 754 4946,
753 /**/ 755 /**/