We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc4c7e commit a9be267Copy full SHA for a9be267
denops/fall/main/submatch.ts
@@ -60,9 +60,10 @@ async function submatchStart(
60
params: SubmatchParams,
61
options: { signal?: AbortSignal } = {},
62
): Promise<void | true> {
63
- const itemPickerParams = {
+ const itemPickerParams: ItemPickerParams = {
64
...context._submatch.itemPickerParams,
65
source: buildListSource(context.selectedItems ?? context.filteredItems),
66
+ matchers: params.matchers,
67
};
68
if (params.actions) {
69
itemPickerParams.actions = params.actions;
0 commit comments