Skip to content

Commit c01edb3

Browse files
committed
Fix the documentation
1 parent 5b6410c commit c01edb3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/ddc.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@ cmdlineSources
142142
\ '=': ['input'],
143143
\ })
144144
<
145-
*ddc-option-dynamicFilters*
146-
dynamicFilters
147-
It is the function which overwrites
148-
|ddc-source-option-matchers| and |ddc-source-option-sorters|
149-
and |ddc-source-option-converters| after gather items.
150-
The function returns new |ddc-source-options| or |v:null|.
151-
NOTE: {func} is evaluated after user input and it affects
152-
completion performance.
153-
154-
Default: ""
155-
156145
*ddc-option-dynamicSources*
157146
dynamicSources
158147
It is the function which overwrites |ddc-option-sources| after
@@ -741,6 +730,17 @@ dup (string) (Optional)
741730

742731
Default: "ignore"
743732

733+
*ddc-source-option-dynamicFilters*
734+
dynamicFilters
735+
It is the function which overwrites
736+
|ddc-source-option-matchers| and |ddc-source-option-sorters|
737+
and |ddc-source-option-converters| after gather items.
738+
The function returns new |ddc-source-options| or |v:null|.
739+
NOTE: {func} is evaluated after user input and it affects
740+
completion performance.
741+
742+
Default: ""
743+
744744
*ddc-source-option-enabledIf*
745745
enabledIf (string)
746746
The text is evaluated to enable the source.

0 commit comments

Comments
 (0)