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 Dec 14, 2024
1 parent 2946b6d commit 39dbb3f
Show file tree
Hide file tree
Showing 136 changed files with 153 additions and 150 deletions.
2 changes: 1 addition & 1 deletion user/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -5227,7 +5227,7 @@ <h2 id="_ui-functions" class="help-heading">UI Functions<span class="help-headin
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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 @@ -328,7 +328,7 @@ <h3 id="_introduction" class="help-heading">Introduction</h3></div>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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 @@ -1572,7 +1572,7 @@ <h2 id="_9.-executing-autocommands" class="help-heading">9. Executing autocomman
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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
2 changes: 1 addition & 1 deletion user/backers.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2 id="_this-document-moved-to:-|credits|" class="help-heading">This document m
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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+backers+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/backers.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
26 changes: 13 additions & 13 deletions user/builtin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,9 @@
changing an item changes the contents of both <a href="eval.html#Lists">Lists</a>.
A <a href="eval.html#Dictionary">Dictionary</a> is copied in a similar way as a <a href="eval.html#List">List</a>.
Also see <a href="builtin.html#deepcopy()">deepcopy()</a>.</div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{expr}</code> (<code>any</code>)
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{expr}</code> (<code>T</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>T</code>)</div>
<div class="old-help-para">cos(<code>{expr}</code>) <span id="cos()" class="help-tag-right"><a href="#cos()">cos()</a></span><br>
Return the cosine of <code>{expr}</code>, measured in radians, as a <a href="eval.html#Float">Float</a>.
<code>{expr}</code> must evaluate to a <a href="eval.html#Float">Float</a> or a <a href="eval.html#Number">Number</a>.
Expand Down Expand Up @@ -1176,10 +1176,10 @@
that refers back to a higher level making a deep copy with
<code>{noref}</code> set to 1 will fail.
Also see <a href="builtin.html#copy()">copy()</a>.</div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{expr}</code> (<code>any</code>)
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{expr}</code> (<code>T</code>)
</div><div class="help-li" style=""> <code>{noref}</code> (<code>boolean?</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>T</code>)</div>
<div class="old-help-para">delete(<code>{fname}</code> [, <code>{flags}</code>]) <span id="delete()" class="help-tag-right"><a href="#delete()">delete()</a></span><br>
Without <code>{flags}</code> or with <code>{flags}</code> empty: Deletes the file by the
name <code>{fname}</code>.</div>
Expand Down Expand Up @@ -4011,7 +4011,7 @@
<div class="old-help-para"> A List or a String argument is also supported. In these
cases, items() returns a List with the index and the value at
the index.</div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{dict}</code> (<code>any</code>)
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{dict}</code> (<code>table</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para">jobpid(<code>{job}</code>) <span id="jobpid()" class="help-tag-right"><a href="#jobpid()">jobpid()</a></span><br>
Expand Down Expand Up @@ -4967,7 +4967,7 @@
an error. An empty <a href="eval.html#List">List</a> or <a href="eval.html#Dictionary">Dictionary</a> results in zero.</div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{expr}</code> (<code>any</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>number</code>)</div>
<div class="old-help-para">menu_get(<code>{path}</code> [, <code>{modes}</code>]) <span id="menu_get()" class="help-tag-right"><a href="#menu_get()">menu_get()</a></span><br>
Returns a <a href="eval.html#List">List</a> of <a href="eval.html#Dictionaries">Dictionaries</a> describing <a href="gui.html#menus">menus</a> (defined
by <a href="gui.html#%3Amenu">:menu</a>, <a href="gui.html#%3Aamenu">:amenu</a>, …), including <a href="gui.html#hidden-menus">hidden-menus</a>.</div>
Expand Down Expand Up @@ -5860,10 +5860,10 @@
echo reduce(0z1122, { acc, val -&gt; 2 * acc + val })
echo reduce('xyz', { acc, val -&gt; acc .. ',' .. val })</code></pre></div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{object}</code> (<code>any</code>)
</div><div class="help-li" style=""> <code>{func}</code> (<code>function</code>)
</div><div class="help-li" style=""> <code>{func}</code> (<code>fun(accumulator: T, current: any): any</code>)
</div><div class="help-li" style=""> <code>{initial}</code> (<code>any?</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>T</code>)</div>
<div class="old-help-para">reg_executing() <span id="reg_executing()" class="help-tag-right"><a href="#reg_executing()">reg_executing()</a></span><br>
Returns the single letter name of the register being executed.
Returns an empty string when no register is being executed.
Expand Down Expand Up @@ -6014,9 +6014,9 @@
Returns zero if <code>{object}</code> is not a List, Blob or a String.
If you want a List or Blob to remain unmodified make a copy
first:<pre><code class="language-vim">let revlist = reverse(copy(mylist))</code></pre></div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{object}</code> (<code>any</code>)
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{object}</code> (<code>T[]</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>T[]</code>)</div>
<div class="old-help-para">round(<code>{expr}</code>) <span id="round()" class="help-tag-right"><a href="#round()">round()</a></span><br>
Round off <code>{expr}</code> to the nearest integral value and return it
as a <a href="eval.html#Float">Float</a>. If <code>{expr}</code> lies halfway between two integral
Expand Down Expand Up @@ -7509,11 +7509,11 @@
return a:i1 - a:i2
endfunc</code></pre></div>
<div class="old-help-para"> For a simple expression you can use a lambda:<pre><code class="language-vim">eval mylist-&gt;sort({i1, i2 -&gt; i1 - i2})</code></pre></div>
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{list}</code> (<code>any</code>)
<div class="old-help-para"><div class="help-column_heading">Parameters:</div><div class="help-li" style=""> <code>{list}</code> (<code>T[]</code>)
</div><div class="help-li" style=""> <code>{how}</code> (<code>string|function?</code>)
</div><div class="help-li" style=""> <code>{dict}</code> (<code>any?</code>)
</div></div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>any</code>)</div>
<div class="old-help-para"><div class="help-column_heading">Return:</div> (<code>T[]</code>)</div>
<div class="old-help-para">soundfold(<code>{word}</code>) <span id="soundfold()" class="help-tag-right"><a href="#soundfold()">soundfold()</a></span><br>
Return the sound-folded equivalent of <code>{word}</code>. Uses the first
language in <a href="options.html#'spelllang'">'spelllang'</a> for the current window that supports
Expand Down Expand Up @@ -9196,7 +9196,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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="_5.-copying-and-moving-text" class="help-heading">5. Copying and moving
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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 @@ -427,7 +427,7 @@ <h2 id="_5.-using-a-prompt-buffer" class="help-heading">5. Using a prompt buffer
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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 @@ -1123,7 +1123,7 @@ <h3 id="_various" class="help-heading">VARIOUS</h3></div>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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+credits.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/credits.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 @@ -204,7 +204,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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 @@ -552,7 +552,7 @@ <h3 id="_variables" class="help-heading">VARIABLES</h3>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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_arch.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 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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_arch.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/dev_arch.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 @@ -1180,7 +1180,7 @@ <h2 id="_parting-words" class="help-heading">Parting Words</h2>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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/dev_theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h2 id="_highlight-groups" class="help-heading">Highlight groups</h2>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2024-12-13 05:21 from <code><a href="https://github.com/neovim/neovim/commit/17383870dd3b7f04eddd48ed929cc25c7e102277">1738387</a></code>
Generated at 2024-12-14 05:19 from <code><a href="https://github.com/neovim/neovim/commit/f9dd6826210335d8b37455002d767d1b37c09ce4">f9dd682</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_theme.txt+&body=%60gen_help_html.lua%60+problem+at%3A+https://neovim.io/doc/user/dev_theme.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
Loading

0 comments on commit 39dbb3f

Please sign in to comment.