Skip to content

Commit 22e5c41

Browse files
committed
feat(mini.nvim): sync to 429e5f9
1 parent 937d4f6 commit 22e5c41

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

mini.nvim/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

mini.nvim/doc/mini-doc.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>,

mini.nvim/readmes/mini-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>,

0 commit comments

Comments
 (0)