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

Allow to configure `vim` being used (in bin/vspec) #48

Closed blueyed closed 6 years ago

blueyed commented 9 years ago

If I want to use e.g. nvim instead of vim I would currently have to add a vim script to the path that starts nvim.

Maybe something like VSPEC_VIM could be used from the environment?