commit | 6c2b7b8055b96463f78abb70f58c4c6d6d4b9d55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 14 20:15:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 14 20:15:49 2020 +0200 |
tree | 597e3992bed8691b13c5a2c4a459d2541b9acc18 | |
parent | 7a1637f4c00ac3d0cbf894803ada1586a1717470 [diff] [blame] |
patch 8.2.0578: heredoc for interfaces does not support "trim" Problem: Heredoc for interfaces does not support "trim". Solution: Update the script heredoc support to be same as the :let command. (Yegappan Lakshmanan, closes #5916)
diff --git a/src/version.c b/src/version.c index 15a9393..2f64d5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576,