-
-
Save oppara/837295 to your computer and use it in GitHub Desktop.
macvim ruby conf
This file contains hidden or 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 has('gui_macvim') && has('kaoriya') | |
let s:ruby_libdir = system("ruby -rrbconfig -e 'print Config::CONFIG[\"libdir\"]'") | |
let s:ruby_libruby = s:ruby_libdir . '/libruby.dylib' | |
if filereadable(s:ruby_libruby) | |
let $RUBY_DLL = s:ruby_libruby | |
endif | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment