From efe52db6e61472582a87101b0d2a6967e69434a8 Mon Sep 17 00:00:00 2001 From: mityu Date: Wed, 4 Dec 2024 21:45:45 +0900 Subject: [PATCH] doc: Add missing "name" parameter of ddu#load --- doc/ddu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ddu.txt b/doc/ddu.txt index 499e23b..f165ab1 100644 --- a/doc/ddu.txt +++ b/doc/ddu.txt @@ -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|).