Skip to content

Commit

Permalink
Merge pull request #129 from mityu/fix-doc
Browse files Browse the repository at this point in the history
doc: Add missing "name" parameter of ddu#load
  • Loading branch information
Shougo authored Dec 4, 2024
2 parents 00770e1 + efe52db commit aa740d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ ddu#item_action({name}, {action}, {items}, {params})
NOTE: It is for creating UI interface.

*ddu#load()*
ddu#load({type}, {ext_names})
ddu#load({name}, {type}, {ext_names})
Load ddu extensions in background.
It is useful to optimize ddu loading time.
{name} is specified ddu name(|ddu-option-name|).
Expand Down

0 comments on commit aa740d1

Please sign in to comment.