Created
March 30, 2016 21:45
-
-
Save mPanasiewicz/39612973ff09b5224621265aa6a9e046 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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