Skip to content

Commit d8c0398

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent bfbaceb commit d8c0398

File tree

8 files changed

+331
-334
lines changed

8 files changed

+331
-334
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10b06ba2
1+
eef3a165

blog/index.html

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

mini.nvim/CHANGELOG.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ <h2 id="toc-title">On this page</h2>
358358
<ul>
359359
<li><a href="#v0.18.0-mini.base16-expand" id="toc-v0.18.0-mini.base16-expand" class="nav-link" data-scroll-target="#v0.18.0-mini.base16-expand">Expand</a></li>
360360
</ul></li>
361+
<li><a href="#v0.18.0-mini.clue" id="toc-v0.18.0-mini.clue" class="nav-link" data-scroll-target="#v0.18.0-mini.clue">mini.clue</a>
362+
<ul>
363+
<li><a href="#v0.18.0-mini.clue-expand" id="toc-v0.18.0-mini.clue-expand" class="nav-link" data-scroll-target="#v0.18.0-mini.clue-expand">Expand</a></li>
364+
</ul></li>
361365
<li><a href="#v0.18.0-mini.hues" id="toc-v0.18.0-mini.hues" class="nav-link" data-scroll-target="#v0.18.0-mini.hues">mini.hues</a>
362366
<ul>
363367
<li><a href="#v0.18.0-mini.hues-expand" id="toc-v0.18.0-mini.hues-expand" class="nav-link" data-scroll-target="#v0.18.0-mini.hues-expand">Expand</a></li>
@@ -1239,6 +1243,15 @@ <h3 class="anchored" data-anchor-id="v0.18.0-mini.base16-expand">Expand</h3>
12391243
</ul>
12401244
</section>
12411245
</section>
1246+
<section id="v0.18.0-mini.clue" class="level2">
1247+
<h2 class="anchored" data-anchor-id="v0.18.0-mini.clue">mini.clue</h2>
1248+
<section id="v0.18.0-mini.clue-expand" class="level3">
1249+
<h3 class="anchored" data-anchor-id="v0.18.0-mini.clue-expand">Expand</h3>
1250+
<ul>
1251+
<li>Allow mode arrays for clues and triggers for parity with <code>modes</code> parameter of <code>vim.keymap.set</code>. By <span class="citation" data-cites="pkazmier">@pkazmier</span>, PR #2202.</li>
1252+
</ul>
1253+
</section>
1254+
</section>
12421255
<section id="v0.18.0-mini.hues" class="level2">
12431256
<h2 class="anchored" data-anchor-id="v0.18.0-mini.hues">mini.hues</h2>
12441257
<section id="v0.18.0-mini.hues-expand" class="level3">

mini.nvim/doc/mini-clue.html

Lines changed: 66 additions & 87 deletions
Large diffs are not rendered by default.

mini.nvim/doc/mini-cmdline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ <h4 class="anchored" data-anchor-id="minicmdline.config-autocomplete">Autocomple
590590
</section>
591591
<section id="minicmdline.config-autocorrect" class="level4">
592592
<h4 class="anchored" data-anchor-id="minicmdline.config-autocorrect">Autocorrect</h4>
593-
<p><code>config.autocorrect</code> is used to configure autocorrection: automatic adjustment of bad words as you type them. This works only when appending text at the end of the command line. Editing already typed words does not trigger autocorrect (allows correcting the autocorrection).</p>
593+
<p><code>config.autocorrect</code> is used to configure autocorrection: automatic adjustment of bad words as you type them. This works only when appending single character at the end of the command line. Editing already typed words does not trigger autocorrect (allows correcting the autocorrection).</p>
594594
<p>When to autocorrect is computed automatically based on <a href="https://neovim.io/doc/user/helptag.html?tag=getcmdcomplpat()">getcmdcomplpat()</a> after every key press: if it doesn’t add the character to completion pattern, then the pattern before the key press is attempted to be corrected. There is also an autocorrection attempt for the last word just before executing the command.</p>
595595
<p>Notes:</p>
596596
<ul>

mini.nvim/readmes/mini-clue.html

Lines changed: 35 additions & 37 deletions
Large diffs are not rendered by default.

search.json

Lines changed: 10 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)