Skip to content

Commit 474e27d

Browse files
committed
feat(mini.nvim): sync to 68d4478
1 parent eca373b commit 474e27d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

mini.nvim/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,16 @@ There are following change types:
7979

8080
## mini.clue {#v0.17.0-mini.clue}
8181

82+
### Evolve {#v0.17.0-mini.clue-evolve}
83+
84+
- Use current query clue (if not immediately after trigger) as a window title instead of showing keys verbatim. This shows extra context when navigating through mappings.
85+
8286
### Expand {#v0.17.0-mini.clue-expand}
8387

8488
- Add `gen_clues.square_brackets` to generate clues for `[` and `]` keys. By @TheLeoP, PR #1937.
8589

90+
- Ensure triggers for 'mini.starter' buffers, but not override its query updaters (like for "g" and "z" triggers).
91+
8692
## mini.diff {#v0.17.0-mini.diff}
8793

8894
### Expand {#v0.17.0-mini.diff-expand}

mini.nvim/doc/mini-clue.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ either of them.
748748
### enable_all_triggers() {#miniclue.enable_all_triggers .help-syntax-right-anchor}
749749

750750
<p align="center">`MiniClue.enable_all_triggers`()</p>
751-
Enable triggers in all listed buffers
751+
Enable triggers in all listed and some special buffers
752752

753753
---
754754

0 commit comments

Comments
 (0)