Closed lambdalisue closed 3 years ago
We need a way to reproduce this situation. It seems this is caused by Vim but not sure.
We've found the reason. It's quite easily reproduced by executing deno test --unstable -A
on denops.vim
repository. It seems no cleanup is run when Vim/Neovim is killed by proc.close()
.
Like