kana / vim-vspec

Vim plugin: Testing framework for Vim script
http://www.vim.org/scripts/script.php?script_id=3012
222 stars 13 forks source link

Neovim support #50

Closed eugen0329 closed 6 years ago

eugen0329 commented 8 years ago

Neovim was introduced several useful features (like job control) we can't test with vim -u... call.

So it might be worth to add the opportunity to choose a vim binary with an environment variable or an option?

We can simply reach this with changing bin/vspec file by only adding a generic vim binary name (all other options will be the same).