Milly

Results 63 comments of Milly

It would be better if we could get coverage of Vim scripts, but that's difficult.

> I suggest "Entrypoint" as the type name. What are your thoughts? Very good. I agree.

I want to define the following interface as public. So that plugin developers can access it. [denops/@denops-private/plugin.ts](https://github.com/vim-denops/denops.vim/pull/335/files#diff-dfcf98225da28de44f88b76b2c684672bd2d1ab75cb9eed85d51221f9bef6004)

Too large patch. Split into small PR.

This issue may be partially replaced by #307's interrupt interface. ### Dispose by AbortSignal ```ts // Interface export const DenopsInterruptReason = { PluginUnload: "PluginUnload", } as const; export interface Denops...

> ### Returns teardown callback from main() > I like it. It's simple and efficient for the purpose. I think so too. - Multiple TeardownLogic processes can be implemented using...