File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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*
157146dynamicSources
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*
745745enabledIf (string)
746746 The text is evaluated to enable the source.
You can’t perform that action at this time.
0 commit comments