commit | e7eb92708ec2092a2fc11e78703b5dcf83844412 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 00:58:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 00:58:07 2019 +0200 |
tree | d00da20838b81404557c7b0ef17d2890f18175ac | |
parent | 0a1f56fcfe31be929e9cd8c3d81a984c960e4180 [diff] [blame] |
patch 8.1.1585: :let-heredoc does not trim enough Problem: :let-heredoc does not trim enough. Solution: Trim indent from the contents based on the indent of the first line. Use let-heredoc in more tests.
diff --git a/src/version.c b/src/version.c index 39884ef..58bfc1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1585, +/**/ 1584, /**/ 1583,