Skip to content

Commit d74d819

Browse files
committed
feat: add FallCustomLoaded autocmd event
1 parent 793b625 commit d74d819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

denops/fall/custom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export function loadUserCustom(
102102
const { main } = await import(`${configUrl.href}${suffix}`);
103103
reset();
104104
await main(buildContext(denops));
105+
await autocmd.emit(denops, "User", "FallCustomLoaded");
105106
if (verbose) {
106107
await denops.cmd(
107108
`echomsg "[fall] User custom is loaded: ${configUrl}"`,

0 commit comments

Comments
 (0)