1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-07-21 23:04:21 +02:00
parent 5f32ece459
commit ecaa75b4ce
3 changed files with 34 additions and 14 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1729,
/**/
1728,
/**/