Closed yasunori0418 closed 10 months ago
I have checked the code.
await host.call("execute", "doautocmd <nomodeline> User DenopsReady");
is executed. But User DenopsReady
is not fired.
doautocmd User DenopsReady
works.
Note: It is just executed silently.
Please test #306.
I confirmed that DenopsReady works on the target branch. Thank you for your response.
Environment
OS: Arch Linux Neovim: HEAD
denops.vim version: 8b39cf7
minimal configuraion
https://github.com/yasunori0418/denops_ready_test
Occurring Issues
DenopsReady
event does not start.