On 13 September 2010 12:23, RobertFranken wrote: > Having just installed ruby 1.9.2 and gem 1.3.7, and messed with my > $PATH, MacVim no longer displays any windows, whether opening a file, > creating a new one or opening a recently used file. I had been > attempting to get FuzzyFinderTextMate to work - which wasn't but > hadn't adversely affected MacVim, until the Ruby update. > > I tried running MacVim with previous .vim/ and .bash_profile files in > place with no luck. > > OS X 10.6.4/MacVim 7.3
So, it used to work but after installing ruby it does not? I'd say you've stuffed the system provided version of ruby which causes MacVim to fail loading since it depends on it being in the correct place. The ruby library should be located here: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/libruby.1.dylib Do you still have that file? Also, please open Console.app, then start MacVim and see if any errors are printed on Console. If so, let me know what it says (probably something about the ruby dylib missing...). Björn -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
