Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 20, 2023
1 parent 98f503d commit ae0551c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ ddu#ui#async_action({action-name}[, {params}[, {ui-name}]])
UI asynchronously.
{params} behavior depends on {action-name}.
{ui-name} is specified ddu name(|ddu-option-name|).
If {ui-name} is not specified, current buffer UI name is used.
NOTE: The action may be does not work because of asynchronous
execution. If so, you should use |ddu#ui#sync_action()|
instead.
Expand Down Expand Up @@ -553,6 +554,7 @@ ddu#ui#multi_actions([{action-name1}[, {params1}], ...][, {ui-name}])
Fire multiple actions for current buffer UI synchronously.
{params} behavior depends on {action-name}.
{ui-name} is specified ddu name(|ddu-option-name|).
If {ui-name} is not specified, current buffer UI name is used.

Example: >
Expand All @@ -568,6 +570,7 @@ ddu#ui#sync_action({action-name}[, {params}[, {ui-name}]])
UI synchronously.
{params} behavior depends on {action-name}.
{ui-name} is specified ddu name(|ddu-option-name|).
If {ui-name} is not specified, current buffer UI name is used.
NOTE: It is slow than |ddu#ui#do_action()|.

*ddu#ui#visible()*
Expand Down

0 comments on commit ae0551c

Please sign in to comment.