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.
FallCustomLoaded
1 parent 793b625 commit d74d819Copy full SHA for d74d819
denops/fall/custom.ts
@@ -102,6 +102,7 @@ export function loadUserCustom(
102
const { main } = await import(`${configUrl.href}${suffix}`);
103
reset();
104
await main(buildContext(denops));
105
+ await autocmd.emit(denops, "User", "FallCustomLoaded");
106
if (verbose) {
107
await denops.cmd(
108
`echomsg "[fall] User custom is loaded: ${configUrl}"`,
0 commit comments