Skip to content

Commit

Permalink
chore(docs): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem-J-an authored and noortw01 committed Dec 16, 2024
1 parent daf2f1c commit 217108d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/adopure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ Submits specified argument to Azure DevOps.

*thread_status*: Submit a thread_status change; must be in existing_thread window.

>vim
:AdoPure [ unload ]
<
Unloads plugin state and remove plugin marks.

Note: If no arguments args provided, the user will be prompted.

adopure.ado_pure({opts}) *adopure.ado_pure*
Expand Down Expand Up @@ -181,6 +186,14 @@ M.new_thread_window({state}, {_}) *M.new_thread_window*
{_} (table)


M.open_thread_window({opts}) *M.open_thread_window*
Open an existing comment thread in a window.
Can be called if there is an extmark indicating an available comment thread.

Parameters: ~
{opts} (adopure.OpenThreadWindowOpts)


M.update_thread_status({state}, {_}) *M.update_thread_status*
Update pull request thread status.
Will prompt the user to supply the requested new state.
Expand Down

0 comments on commit 217108d

Please sign in to comment.