Installing Command-T breaks MacVim
        Posted  
        
            by 
                Mark Szymanski
            
        on Super User
        
        See other posts from Super User
        
            or by Mark Szymanski
        
        
        
        Published on 2011-02-18T23:22:29Z
        Indexed on 
            2011/02/18
            23:27 UTC
        
        
        Read the original article
        Hit count: 354
        
I am trying to install Command-T on MacVim. I followed the installation instructions exactly but I get this error when trying to start MacVim (from a terminal via the mvim command line utility).
dyld: lazy symbol binding failed: Symbol not found: _rb_intern2
  Referenced from: /Users/mark/.vim/ruby/command-t/ext.bundle
  Expected in: flat namespace
dyld: Symbol not found: _rb_intern2
  Referenced from: /Users/mark/.vim/ruby/command-t/ext.bundle
  Expected in: flat namespace
Vim: Caught deadly signal TRAP
Vim: Finished.
        © Super User or respective owner