Skip to content

Commit

Permalink
user docu: Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Oct 7, 2023
1 parent 4325b01 commit 11f8987
Show file tree
Hide file tree
Showing 123 changed files with 135 additions and 126 deletions.
2 changes: 1 addition & 1 deletion user/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -5152,7 +5152,7 @@ <h2 id="api-ui" class="help-heading">UI Functions<span class="help-heading-tags"
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+api.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/api.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/arabic.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h3 id="_-introduction" class="help-heading">Introduction</h3></div>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+arabic.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/arabic.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/autocmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ <h2 id="autocmd-execute" class="help-heading">9. Executing autocommands<span cla
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+autocmd.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/autocmd.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
11 changes: 8 additions & 3 deletions user/builtin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4224,8 +4224,7 @@
number argument is to be used to specify the width or
precision, the argument(s) to be used must also be specified
using a <code>{n$}</code> positional argument specifier. See <a href="builtin.html#printf-%24">printf-$</a>.</div>
<div class="old-help-para"> <code id="E1520" class="help-tag-right"><a href="#E1520">E1520</a></code>
The conversion specifiers and their meanings are:</div>
<div class="old-help-para"> The conversion specifiers and their meanings are:</div>
<div class="old-help-para"> <code id="printf-d" class="help-tag-right"><a href="#printf-d">printf-d</a></code> <code id="printf-b" class="help-tag"><a href="#printf-b">printf-b</a></code> <code id="printf-B" class="help-tag"><a href="#printf-B">printf-B</a></code> <code id="printf-o" class="help-tag"><a href="#printf-o">printf-o</a></code> <code id="printf-x" class="help-tag"><a href="#printf-x">printf-x</a></code> <code id="printf-X" class="help-tag"><a href="#printf-X">printf-X</a></code>
dbBoxX The Number argument is converted to signed decimal (d),
unsigned binary (b and B), unsigned octal (o), or
Expand Down Expand Up @@ -4366,6 +4365,12 @@
wrongly formatted lead to:<pre><code class="language-vim">echo printf("%1$d at width %2$d is: %01$*2$.3$d", 1, 2)</code></pre></div>
<div class="old-help-para"> E1505: Invalid format specifier:
%1$d at width %2$d is: %01$*2$.3$d</div>
<div class="old-help-para"> <code id="E1507" class="help-tag-right"><a href="#E1507">E1507</a></code>
This internal error indicates that the logic to parse a
positional format argument ran into a problem that couldn't be
otherwise reported. Please file a bug against Vim if you run
into this, copying the exact format string and parameters that
were used.</div>
<div class="old-help-para">prompt_getprompt(<code>{buf}</code>) <code id="prompt_getprompt()" class="help-tag-right"><a href="#prompt_getprompt()">prompt_getprompt()</a></code>
Returns the effective prompt text for buffer <code>{buf}</code>. <code>{buf}</code> can
be a buffer name or number. See <a href="channel.html#prompt-buffer">prompt-buffer</a>.</div>
Expand Down Expand Up @@ -7281,7 +7286,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+builtin.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/builtin.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/change.html
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ <h2 id="copy-move" class="help-heading">5. Copying and moving text<span class="h
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+change.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/change.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h2 id="prompt-buffer" class="help-heading">5. Using a prompt buffer<span class=
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+channel.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/channel.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/cmdline.html
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ <h3 id="_various" class="help-heading">VARIOUS</h3></div>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+cmdline.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/cmdline.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+debug.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/debug.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h3 id="_variables" class="help-heading">VARIABLES</h3>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+deprecated.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/deprecated.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/dev_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ <h2 id="dev-style-comments" class="help-heading">Comments<span class="help-headi
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+dev_style.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/dev_style.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/develop.html
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ <h3 id="dev-ui" class="help-heading">EXTERNAL UI<span class="help-heading-tags">
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+develop.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/develop.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/diagnostic.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+diagnostic.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/diagnostic.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Diagnostics
Expand Down
2 changes: 1 addition & 1 deletion user/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+diff.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/diff.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/digraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ <h2 id="digraphs-default" class="help-heading">3. Default digraphs<span class="h
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+digraph.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/digraph.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/editing.html
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ <h2 id="current-directory" class="help-heading">7. The current directory<span cl
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+editing.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/editing.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/editorconfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+editorconfig.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/editorconfig.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/eval.html
Original file line number Diff line number Diff line change
Expand Up @@ -3456,7 +3456,7 @@ <h2 id="eval-sandbox" class="help-heading">The sandbox<span class="help-heading-
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+eval.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/eval.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/filetype.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ <h3 id="ft-zimbu-plugin" class="help-heading">ZIMBU<span class="help-heading-tag
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+filetype.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/filetype.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/fold.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h3 id="fold-foldlevel" class="help-heading">FOLDLEVEL<span class="help-heading-
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+fold.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/fold.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/ft_ada.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+ft_ada.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/ft_ada.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" Nvim
Expand Down
2 changes: 1 addition & 1 deletion user/ft_ps1.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-10-06 05:34 from <code><a href="https://github.com/neovim/neovim/commit/f67517bba30b6233bea85e1f6a8505171142d4ca">f67517b</a></code>
Generated at 2023-10-07 05:28 from <code><a href="https://github.com/neovim/neovim/commit/7e9407490c51da5e677e5aea5eb48200600effbc">7e94074</a></code>
</div>
<div class="generator-stats">
parse_errors: 0 (<a href="https://github.com/neovim/neovim/issues/new?labels=bug&title=user+docs+HTML%3A+ft_ps1.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/ft_ps1.html%0D%0DContext%3A%0D%0D%60%60%60%0DTODO%0D%60%60%60" target="_blank">report docs bug...</a>) | <span title=" A Windows PowerShell syntax plugin for Vim
Expand Down
Loading

0 comments on commit 11f8987

Please sign in to comment.