From ecaa75b4cea329a3902b8565e028b32279b8322b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 21 Jul 2019 23:04:21 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index ce47c9b26..a75f34aa3 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1729, /**/ 1728, /**/ -- cgit v1.2.1