Skip to content

Commit

Permalink
docs(build): auto-generate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 64eba38 commit eeb380a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/unclutter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unclutter.setup({opts}) *unclutter.setup()*


Parameters: ~
{opts} (unclutter.config)
{opts} (unclutter) .config



Expand Down Expand Up @@ -252,7 +252,7 @@ config.set({opts}) *config.set()*


Parameters: ~
{opts} (unclutter.config)
{opts} (unclutter) .config



Expand All @@ -270,7 +270,7 @@ plugin.enable({opts}) *plugin.enable()*


Parameters: ~
{opts} (unclutter.config)
{opts} (unclutter) .config


plugin.disable() *plugin.disable()*
Expand Down Expand Up @@ -399,10 +399,13 @@ tabline.get_tab_label({buf}) *tabline.get_tab_label()*
string|nil


tabline.list() *tabline.list()*
tabline.list({hide_current}) *tabline.list()*
Get all buffers to be displayed in the tabline


Parameters: ~
{hide_current} (boolean) ?

Return: ~
table<number, number>

Expand Down Expand Up @@ -430,6 +433,11 @@ tabline.prev() *tabline.prev()*



tabline.keep_all_buffers() *tabline.keep_all_buffers()*
Mark all open buffers as listed




================================================================================
unclutter.telescope *unclutter.telescope*
Expand Down

0 comments on commit eeb380a

Please sign in to comment.