Closed eugen0329 closed 6 years ago
Neovim was introduced several useful features (like job control) we can't test with vim -u... call.
vim -u...
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).
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?