On Fri, Oct 11, 2013 at 4:43 PM, Federico Calboli wrote: > Hi All, > > I had the annoying problem that MacVim would stop opening files (it would > open a blank file) if I had files of the same kind already open. The problem > was common but unpredictable in its occurrence, i.e. would just happen after > a random number of file open actions. > > I uninstalled my plugins and removed .vimrc and .gvimrc. > > I have now installed Vundle as plugin manager, but the same issue presented > itself with Pathogen (which I have now installed). Now my .vimrc looks like: > > set nocompatible > ... > > The plugin is installed correctly, but if I try to open a R source file > (foo.R) MacVim crashes, with this in console: > > 11/10/2013 15:30:26.085 MacVim[70425]: *** -[NSMachPort handlePortMessage:]: > dropping incoming DO message because the connection is invalid > > What is going on? > > In case you need, my .gvimrc is: > > set tabstop=2 " no. of space chars when tab key is pressed > ...
There should be a crash log somewhere under ~/Library/Logs/. If you attach that I'll take a look. 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 --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
