commit | 11ceb7d949e7c2fb36509a79dfe8df54fbdfa666 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:49:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:49:56 2021 +0000 |
tree | b3a2ea02ca34fa4928607c0161bba0062e3559ee | |
parent | 8c697e3698e7dbe0a3c4524ac360b78ceb852b23 [diff] [blame] |
patch 8.2.3928: heredoc test fails Problem: Heredoc test fails. Solution: Correct order of function arguments.
diff --git a/src/version.c b/src/version.c index 4d81105..1dedcfe 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3928, +/**/ 3927, /**/ 3926,