1
0
forked from aniani/vim

patch 8.2.4840: heredoc expression evaluated even when skipping

Problem:    Heredoc expression evaluated even when skipping.
Solution:   Don't evaluate when "skip" is set. (closes #10306)
This commit is contained in:
Bram Moolenaar
2022-04-28 16:51:41 +01:00
parent 0a748d9184
commit 05c7f5d3d0
3 changed files with 16 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4840,
/**/
4839,
/**/