vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
660 stars 33 forks source link

Add tests for Vim script #313

Open lambdalisue opened 6 months ago

lambdalisue commented 6 months ago

We have tests for TypeScript but Vim script. We'd like to add tests for Vim script via themis or whatever to avoid regression like #311

Milly commented 2 months ago

I started this with PR #350.

Milly commented 2 weeks ago

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