Skip to content

Commit 14d577a

Browse files
committed
Merge remote-tracking branch 'hupfdule/plugconf_eof' into devel (fix #258)
Merge #276 into devel branch
2 parents 3afe097 + dc36b29 commit 14d577a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugconf/plugconf.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ func (pi *ParsedInfo) GeneratePlugconf() ([]byte, error) {
116116
buf.WriteString(f)
117117
}
118118

119+
buf.WriteString("\n")
120+
119121
return buf.Bytes(), nil
120122
}
121123

@@ -698,6 +700,8 @@ endfunction
698700
}
699701
}
700702

703+
buf.WriteString("\n")
704+
701705
return buf.Bytes(), nil
702706
}
703707

0 commit comments

Comments
 (0)