Skip to content

Commit 6f469e7

Browse files
committed
Start matcher processor on collect-processor-succeeded
1 parent 3d7b677 commit 6f469e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

denops/fall/picker.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,12 @@ export class Picker<T extends Detail> implements AsyncDisposable {
655655
break;
656656
case "collect-processor-succeeded":
657657
this.#inputComponent.collecting = false;
658+
reserve((denops) => {
659+
this.#matchProcessor.start(denops, {
660+
items: this.#collectProcessor.items,
661+
query: this.#inputComponent.cmdline,
662+
});
663+
});
658664
break;
659665
case "collect-processor-failed": {
660666
if (event.err === null) {

0 commit comments

Comments
 (0)