Skip to content

Instantly share code, notes, and snippets.

@mPanasiewicz
Created March 30, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mPanasiewicz/39612973ff09b5224621265aa6a9e046 to your computer and use it in GitHub Desktop.
Save mPanasiewicz/39612973ff09b5224621265aa6a9e046 to your computer and use it in GitHub Desktop.
if !empty(matchstr($MY_RUBY_HOME, 'jruby'))
let g:ruby_path = join(split(glob($MY_RUBY_HOME.'/lib/ruby/*.*')."\n".glob($MY_RUBY_HOME.'/lib/rubysite_ruby/*'),"\n"),',')
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment