summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-21 23:04:21 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-21 23:04:21 +0200
commitecaa75b4cea329a3902b8565e028b32279b8322b (patch)
tree3d5754f26f8967b0305359912a70dc6f5308cc1f /src/version.c
parent5f32ece459d1f310b1b48b72e07dcd77d3261a76 (diff)
downloadvim-git-8.1.1729.tar.gz
patch 8.1.1729: heredoc with trim not properly handled in functionv8.1.1729
Problem: Heredoc with trim not properly handled in function. Solution: Allow for missing indent. (FUJIWARA Takuya, closes #4713)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ce47c9b26..a75f34aa3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1729,
+/**/
1728,
/**/
1727,