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 6, 2023
1 parent 0f5a569 commit 2307e2c
Show file tree
Hide file tree
Showing 124 changed files with 169 additions and 144 deletions.
20 changes: 10 additions & 10 deletions user/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ <h2 id="api-global" class="help-heading">Global Functions<span class="help-headi

</div>
<div class="help-para">
nvim_get_mark(<code>{name}</code>, <code>{opts}</code>) <code id="nvim_get_mark()" class="help-tag-right"><a href="#nvim_get_mark()">nvim_get_mark()</a></code>
nvim_get_mark(<code>{name}</code>, <code>{*opts}</code>) <code id="nvim_get_mark()" class="help-tag-right"><a href="#nvim_get_mark()">nvim_get_mark()</a></code>
Returns a <code>(row, col, buffer, buffername)</code> tuple representing the position
of the uppercase/file named mark. "End of line" column position is
returned as <a href="eval.html#v%3Amaxcol">v:maxcol</a> (big number). See <a href="motion.html#mark-motions">mark-motions</a>.
Expand Down Expand Up @@ -1758,7 +1758,7 @@ <h2 id="api-global" class="help-heading">Global Functions<span class="help-headi
</div>
</div>
<div class="help-para">
nvim_open_term(<code>{buffer}</code>, <code>{opts}</code>) <code id="nvim_open_term()" class="help-tag-right"><a href="#nvim_open_term()">nvim_open_term()</a></code>
nvim_open_term(<code>{buffer}</code>, <code>{*opts}</code>) <code id="nvim_open_term()" class="help-tag-right"><a href="#nvim_open_term()">nvim_open_term()</a></code>
Open a terminal instance in a buffer

</div>
Expand Down Expand Up @@ -1903,7 +1903,7 @@ <h2 id="api-global" class="help-heading">Global Functions<span class="help-headi
</div>
<div class="help-para">
<code id="nvim_select_popupmenu_item()" class="help-tag-right"><a href="#nvim_select_popupmenu_item()">nvim_select_popupmenu_item()</a></code>
nvim_select_popupmenu_item(<code>{item}</code>, <code>{insert}</code>, <code>{finish}</code>, <code>{opts}</code>)
nvim_select_popupmenu_item(<code>{item}</code>, <code>{insert}</code>, <code>{finish}</code>, <code>{*opts}</code>)
Selects an item in the completion popup menu.

</div>
Expand Down Expand Up @@ -2686,7 +2686,7 @@ <h2 id="api-command" class="help-heading">Command Functions<span class="help-hea
</div>
</div>
<div class="help-para">
nvim_parse_cmd(<code>{str}</code>, <code>{opts}</code>) <code id="nvim_parse_cmd()" class="help-tag-right"><a href="#nvim_parse_cmd()">nvim_parse_cmd()</a></code>
nvim_parse_cmd(<code>{str}</code>, <code>{*opts}</code>) <code id="nvim_parse_cmd()" class="help-tag-right"><a href="#nvim_parse_cmd()">nvim_parse_cmd()</a></code>
Parse command line.

</div>
Expand Down Expand Up @@ -2918,7 +2918,7 @@ <h2 id="api-buffer" class="help-heading">Buffer Functions<span class="help-headi

</div>
<div class="help-para">
nvim_buf_attach(<code>{buffer}</code>, <code>{send_buffer}</code>, <code>{opts}</code>) <code id="nvim_buf_attach()" class="help-tag-right"><a href="#nvim_buf_attach()">nvim_buf_attach()</a></code>
nvim_buf_attach(<code>{buffer}</code>, <code>{send_buffer}</code>, <code>{*opts}</code>) <code id="nvim_buf_attach()" class="help-tag-right"><a href="#nvim_buf_attach()">nvim_buf_attach()</a></code>
Activates buffer-update events on a channel, or as Lua callbacks.

</div>
Expand Down Expand Up @@ -3104,7 +3104,7 @@ <h2 id="api-buffer" class="help-heading">Buffer Functions<span class="help-headi
</div>
</div>
<div class="help-para">
nvim_buf_delete(<code>{buffer}</code>, <code>{opts}</code>) <code id="nvim_buf_delete()" class="help-tag-right"><a href="#nvim_buf_delete()">nvim_buf_delete()</a></code>
nvim_buf_delete(<code>{buffer}</code>, <code>{*opts}</code>) <code id="nvim_buf_delete()" class="help-tag-right"><a href="#nvim_buf_delete()">nvim_buf_delete()</a></code>
Deletes the buffer. See <a href="windows.html#%3Abwipeout">:bwipeout</a>

</div>
Expand Down Expand Up @@ -3285,7 +3285,7 @@ <h2 id="api-buffer" class="help-heading">Buffer Functions<span class="help-headi
<div class="help-para">
<code id="nvim_buf_get_text()" class="help-tag-right"><a href="#nvim_buf_get_text()">nvim_buf_get_text()</a></code>
nvim_buf_get_text(<code>{buffer}</code>, <code>{start_row}</code>, <code>{start_col}</code>, <code>{end_row}</code>, <code>{end_col}</code>,
<code>{opts}</code>)
<code>{*opts}</code>)
Gets a range from the buffer.

</div>
Expand Down Expand Up @@ -3445,7 +3445,7 @@ <h2 id="api-buffer" class="help-heading">Buffer Functions<span class="help-headi
</div>
<div class="help-para">
<code id="nvim_buf_set_mark()" class="help-tag-right"><a href="#nvim_buf_set_mark()">nvim_buf_set_mark()</a></code>
nvim_buf_set_mark(<code>{buffer}</code>, <code>{name}</code>, <code>{line}</code>, <code>{col}</code>, <code>{opts}</code>)
nvim_buf_set_mark(<code>{buffer}</code>, <code>{name}</code>, <code>{line}</code>, <code>{col}</code>, <code>{*opts}</code>)
Sets a named mark in the given buffer, all marks are allowed
file/uppercase, visual, last change, etc. See <a href="motion.html#mark-motions">mark-motions</a>.

Expand Down Expand Up @@ -3649,7 +3649,7 @@ <h2 id="api-extmark" class="help-heading">Extmark Functions<span class="help-hea
</div>
<div class="help-para">
<code id="nvim_buf_get_extmark_by_id()" class="help-tag-right"><a href="#nvim_buf_get_extmark_by_id()">nvim_buf_get_extmark_by_id()</a></code>
nvim_buf_get_extmark_by_id(<code>{buffer}</code>, <code>{ns_id}</code>, <code>{id}</code>, <code>{opts}</code>)
nvim_buf_get_extmark_by_id(<code>{buffer}</code>, <code>{ns_id}</code>, <code>{id}</code>, <code>{*opts}</code>)
Gets the position (0-indexed) of an <a href="api.html#extmark">extmark</a>.

</div>
Expand Down Expand Up @@ -5190,7 +5190,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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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
6 changes: 3 additions & 3 deletions user/autocmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -1006,10 +1006,10 @@
once = true,
callback = function(args)
local resp = args.data
local r, g, b = resp:match("\x1b%]4;1;rgb:(%w+)/(%w+)/(%w+)")
local r, g, b = resp:match("\027%]4;1;rgb:(%w+)/(%w+)/(%w+)")
end,
})
io.stdout:write("\x1b]4;1;?\x1b\\")</code></pre></div>
io.stdout:write("\027]4;1;?\027\\")</code></pre></div>
<div class="old-help-para"> <code id="TextChanged" class="help-tag-right"><a href="#TextChanged">TextChanged</a></code>
TextChanged After a change was made to the text in the
current buffer in Normal mode. That is after
Expand Down Expand Up @@ -1564,7 +1564,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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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/builtin.html
Original file line number Diff line number Diff line change
Expand Up @@ -7343,7 +7343,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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
4 changes: 2 additions & 2 deletions user/change.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<div class="old-help-para">:[range]le[ft] [indent] left align lines in [range]. Sets the indent in the
lines to [indent] (default 0).</div>
<div class="old-help-para"> <code id="%3A%3E" class="help-tag-right"><a href="#%3A%3E">:&gt;</a></code>
:[range]&gt; [flags] Shift <code>{count}</code> [range] lines one <a href="options.html#'shiftwidth'">'shiftwidth'</a> right.
:[range]&gt; [flags] Shift [range] lines one <a href="options.html#'shiftwidth'">'shiftwidth'</a> right.
Repeat '&gt;' for shifting multiple <a href="options.html#'shiftwidth'">'shiftwidth'</a>s.
See <a href="cmdline.html#ex-flags">ex-flags</a> for [flags].</div>
<div class="old-help-para">:[range]&gt; <code>{count}</code> [flags]
Expand Down 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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -1139,7 +1139,7 @@ <h3 id="_various" class="help-heading">VARIOUS</h3></div>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -384,7 +384,7 @@ <h3 id="_variables" class="help-heading">VARIABLES</h3>
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -718,7 +718,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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -194,7 +194,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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
2 changes: 1 addition & 1 deletion user/develop.html
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -698,7 +698,7 @@
<footer>
<div class="container flex">
<div class="generator-stats">
Generated at 2023-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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 @@ -1550,7 +1550,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-12-05 05:22 from <code><a href="https://github.com/neovim/neovim/commit/3159a2c28f5ea8797cb525c74dedd622bfe4a0a1">3159a2c</a></code>
Generated at 2023-12-06 05:22 from <code><a href="https://github.com/neovim/neovim/commit/5b40a1c09dda83275784053b325ad16626fc55f2">5b40a1c</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
Loading

0 comments on commit 2307e2c

Please sign in to comment.