commit | ecaa75b4cea329a3902b8565e028b32279b8322b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 23:04:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 23:04:21 2019 +0200 |
tree | 3d5754f26f8967b0305359912a70dc6f5308cc1f | |
parent | 5f32ece459d1f310b1b48b72e07dcd77d3261a76 [diff] [blame] |
patch 8.1.1729: heredoc with trim not properly handled in function Problem: Heredoc with trim not properly handled in function. Solution: Allow for missing indent. (FUJIWARA Takuya, closes #4713)
diff --git a/src/version.c b/src/version.c index ce47c9b..a75f34a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1729, +/**/ 1728, /**/ 1727,