Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 11, 2025
1 parent c78fdf6 commit 878c8e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,17 @@ ddu#custom#patch_local({ddu-name}, {dict})
Set local options for specific |ddu-option-name|.
The arguments are the same as for |ddu#custom#patch_global()|.

*ddu#custom#set_global()*
ddu#custom#set_global({dict})
Overwrites all options to {dict}.
The key is {option-name} and the value is {value}. See
|ddu-options| for available {option-name}.

*ddu#custom#set_local()*
ddu#custom#set_local({ddu-name}, {dict})
Set local options for specific |ddu-option-name|.
The arguments are the same as for |ddu#custom#set_global()|.

UI FUNCTIONS *ddu-ui-functions*

*ddu#ui#async_action()*
Expand Down

0 comments on commit 878c8e0

Please sign in to comment.