Skip to content

Commit 21d16c5

Browse files
committed
feat(mini.nvim): sync to 14145d3
1 parent b6fde60 commit 21d16c5

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

mini.nvim/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ There are following change types:
5959

6060
- Update `options.win_border` to allow value `'auto'` which infers target 'fillchars' values from 'winborder' option.
6161

62+
## mini.colors {#v0.17.0-mini.colors}
63+
64+
- Update `add_transparency()` color scheme method to adjust more groups:
65+
- `XxxMsg` groups in case of `opts.general = true`.
66+
- `DiagnosticSignXxx` groups in case of `opts.statuscolumn = true`.
67+
6268
## mini.completion {#v0.17.0-mini.completion}
6369

6470
### Evolve {#v0.17.0-mini.completion-evolve}
@@ -155,6 +161,8 @@ There are following change types:
155161

156162
- "Paste" action now supports special registers: `<C-w>` (word at cursor), `<C-a>` (WORD at cursor), `<C-l>` (line at cursor), `<C-f>` (filename at cursor).
157163

164+
- Key query process now respects most language mappings. By @yehorb, PR #2026.
165+
158166
## mini.sessions {#v0.17.0-mini.sessions}
159167

160168
### Refine {#v0.17.0-mini.sessions-refine}

mini.nvim/doc/mini-colors.qmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,9 @@ the same as from 0 to 7.
578578
<a name="minicolors-colorschemeadd_transparency" href="mini-colors.qmd#minicolors-colorschemeadd_transparency"><b>MiniColors-colorscheme:add_transparency()</b></a>
579579

580580
Add transparency by removing background from a certain highlight groups.
581-
Requires actual transparency from terminal emulator to experience visible
582-
transparency.
581+
Requires actual transparency from terminal emulator to see background image.
582+
Has no effect on linked groups; use [MiniColors-colorscheme:resolve\_links()](mini-colors.qmd#minicolors-colorschemeresolve_links)
583+
explicitly before applying transparency.
583584

584585
###### Parameters {#minicolors-colorscheme-methods-add_transparency-parameters}
585586

@@ -593,8 +594,8 @@ transparency.
593594
- <span class="help-syntax-keys">\<float\></span> `(boolean)` - built-in groups for floating windows. Default: `false`.
594595

595596
- <span class="help-syntax-keys">\<statuscolumn\></span> `(boolean)` - groups related to 'statuscolumn' (signcolumn,
596-
numbercolumn, foldcolumn). Also updates groups for all currently
597-
defined signs. Default: `false`.
597+
numbercolumn, foldcolumn, `DiagnosticSignXxx`, and `XxxMsg` groups). Also
598+
updates groups for all currently defined signs. Default: `false`.
598599

599600
- <span class="help-syntax-keys">\<statusline\></span> `(boolean)` - built-in groups for 'statusline'. Default: `false`.
600601

0 commit comments

Comments
 (0)