tpope / vim-rvm

rvm.vim: Switch Ruby versions from inside Vim
http://www.vim.org/scripts/script.php?script_id=4269
117 stars 5 forks source link

Fix PATH string building (see https://github.com/tpope/vim-rvm/issues/5) #10

Closed MinasMazar closed 7 years ago

MinasMazar commented 8 years ago

Warning message now disappears (PATH now is properly set). And, magically, no trace of error found! :Rvm turns to work well, changing ruby versions and gemsets, again and again without problems. Really don't know if it was a matter of PATH...

gryftir commented 7 years ago

Can this be merged?

tpope commented 7 years ago

I don't currently use RVM so I am merging this blindly.

gryftir commented 7 years ago

I had so many issues with rvm and vim that I ended up moved to rbenv, only figured out you had done so yourself after looking through your dot-files. Might be worth it to say that you don't use rvm in the readme, and try to get more people to use rbenv.