From 954caf1fc8e88414d8e2ff151bba9d53623e0400 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 21 Jun 2023 08:08:12 +0900 Subject: [PATCH] Fix the documentation --- doc/ddu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ddu.txt b/doc/ddu.txt index f35ca2a..dfd1472 100644 --- a/doc/ddu.txt +++ b/doc/ddu.txt @@ -457,8 +457,8 @@ ddu#ui#get_item() *ddu#ui#get_items()* ddu#ui#get_items() - Return the current items as |Dictionary| from current buffer - UI. + Return the current items as |List| of |Dictionary| from + current buffer UI. NOTE: current UI must support "getItems" action. *ddu#ui#get_selected_items()*