File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ There are following change types:
8989
9090- Add support for working with files containing BOM bytes.
9191
92+ ## mini.doc {#v0.17.0-mini.doc}
93+
94+ ### Refine {#v0.17.0-mini.doc-refine}
95+
96+ - Update default ` write_pre ` hook to remove ` === ` and ` --- ` delimiters from the top of the file to better comply with ` :h local-additions ` .
97+
9298## mini.extra {#v0.17.0-mini.extra}
9399
94100### Expand {#v0.17.0-mini.extra-expand}
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ Module setup
277277 doc = -- <function: adds modeline>,
278278
279279 -- Applied before output file is written. Takes lines array as argument.
280- write_pre = -- <function: currently returns its input >,
280+ write_pre = -- <function: removes delimiters at the top >,
281281
282282 -- Applied after output help file is written. Takes doc as argument.
283283 write_post = -- <function: various convenience actions>,
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ Here are code snippets for some common installation methods (use only one):
169169 doc = -- <function: adds modeline>,
170170
171171 -- Applied before output file is written. Takes lines array as argument.
172- write_pre = -- <function: currently returns its input >,
172+ write_pre = -- <function: removes delimiters at the top >,
173173
174174 -- Applied after output help file is written. Takes doc as argument.
175175 write_post = -- <function: various convenience actions>,
You can’t perform that action at this time.
0 commit comments