diff --git a/doc/adopure.txt b/doc/adopure.txt index ad9f64e..a0145d4 100644 --- a/doc/adopure.txt +++ b/doc/adopure.txt @@ -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* @@ -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.