From 3e1532e6a3c7714d32e791cabdcee886fd361f04 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 29 Jul 2023 15:43:03 +0900 Subject: [PATCH] Update --- doc/ddu.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/ddu.txt b/doc/ddu.txt index e90b0af..1c710ef 100644 --- a/doc/ddu.txt +++ b/doc/ddu.txt @@ -1437,14 +1437,15 @@ A: The example is here. > \ }) endfunction < - *ddu-faq-8* + *ddu-faq-8* Q: How ddu.vim use options? - There're 4 layers of options for the ddu.vim in order of priority: + There're 4 layers of options for the ddu.vim in the order of the + priority: - user: as passed in |ddu#start()| or |ddu#get_items()|. - local: as assembled by |ddu#custom#patch_local()| with a name. - global: as assembled by |ddu#custom#patch_global()|. + user: set by |ddu#start()| or |ddu#get_items()|. + local: set by |ddu#custom#patch_local()| with a name. + global: set by |ddu#custom#patch_global()|. default: as described in each |ddu-options|. ddu.vim merges them recursively.