Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 29, 2023
1 parent d32e635 commit 3e1532e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e1532e

Please sign in to comment.