From 6c5d0f364f8f7bf26a1861deb1d8cb15a56ee036 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 29 Jul 2023 13:42:26 +0900 Subject: [PATCH] Fix --- doc/ddu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ddu.txt b/doc/ddu.txt index f5b760c..68159e7 100644 --- a/doc/ddu.txt +++ b/doc/ddu.txt @@ -477,8 +477,8 @@ ddu#custom#patch_global({dict}) is {value}. See |ddu-options| for available {option-name}. *ddu#custom#patch_local()* -ddu#custom#patch_local({buffer-name}, {option-name}, {value}) -ddu#custom#patch_local({buffer-name}, {dict}) +ddu#custom#patch_local({ddu-name}, {option-name}, {value}) +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()|.