I\'m trying to open my rails project into mvim (macvim) using \"mvim .\" but I get the following error.
➜ cs193p git:(master) mvim . dyld: Library not loade
brew will compile MacVim against your currently active ruby which was probably 1.9.3-p125. rvm use 1.9.3-p194 --default && brew uninstall macvim && brew install macvim is probably your best bet to fix your problem.
rvm use 1.9.3-p194 --default && brew uninstall macvim && brew install macvim