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.