Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 6, 2023
1 parent aac6832 commit 71d0c0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ ddu#redraw_tree({name}, {mode}, {items})
{items} is target tree items.

*ddu#start()*
ddu#start({options})
ddu#start([{options}])
Creates a new Ddu.
Note: You cannot call it in |vim_starting|. Because
denops.vim is not initialized.
Expand All @@ -346,15 +346,15 @@ ddu#start({options})
it uses the default value.

*ddu#ui_async_action()*
ddu#ui_async_action({name}, {action}, {params})
ddu#ui_async_action({name}, {action}[, {params}])
Do the {action} action in current UI asynchronously.

{name} is specified ddu name(|ddu-option-name|).

{params} is action params.

*ddu#ui_sync_action()*
ddu#ui_sync_action({name}, {action}, {params})
ddu#ui_sync_action({name}, {action}[, {params}])
Do the {action} action in current UI synchronously.

{name} is specified ddu name(|ddu-option-name|).
Expand Down Expand Up @@ -515,7 +515,7 @@ EXAMPLES *ddu-examples*
" \ })
" Call default sources
"call ddu#start({})
"call ddu#start()
" Set buffer-name specific configuration
"call ddu#custom#patch_local('files', #{
Expand Down

0 comments on commit 71d0c0d

Please sign in to comment.