sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

cannot load such file -- rubygems.rb vim (7.4.979) (OSX) #107

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello folks. I have a problem with new version of vim (7.4.979). It works fine with 7.3

1:in require': cannot load such file -- rubygems.rb (LoadError) from <internal:gem_prelude>:1:in'

screenshot
Falkor commented 8 years ago

confirmed for me. Same problem...

pwoestelandt commented 7 years ago

+1

sjbach commented 6 years ago

Does this issue still exist for anyone? I'm inclined to declare it a transitory bug in Vim 7.4's Ruby bindings on macOS.

nearapogee commented 6 years ago

I just encountered it on Linux Mint 18.3 with vim version 7.4.1689 (2:7.4.1689-3ubuntu1.2).

nearapogee commented 6 years ago

My issue was because I was had RUBYOPT set with the new --jit option. RUBYOPT=--jit

Removing it, fixes the issue.

sjbach commented 6 years ago

Thanks for reporting the workaround.