tpope / vim-rbenv

rbenv.vim: Minimal rbenv support

Home Page:http://www.vim.org/scripts/script.php?script_id=4455

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim-Ruby insists on using system ruby

mercutiomontague opened this issue · comments

Hey Tim,

I installed vim-gnome on Ubuntu 14.10 and also pathogen and vim-rbenv plugin. I checked on the ruby version with the following and it appears my rbenv installs are not being referenced...

nnoremap z RubyPath()

function! s:RubyPath()
ruby << EOF
puts $:
EOF
endfunction

The vim ruby interface is is linked at compile time and can't be changed.