2009/4/10 Kenneth Reid Beesley:
>
> OK. I was using Snapshot 43.
> I discarded 43, then downloaded and installed Snapshot 44 and got the
> same behavior.
>
> I then downloaded MacVim-7_2-stable-1_2 and, again, got the same
> behavior.
>
> I'm again wondering if I inadvertently did something in my .vimrc
> or .gvimrc that is causing the problem.
Starting with "-u NONE" should have excluded the possibility that
something in your rc-files are interfering but lets try again just to
be on the safe side. Rename your rc-files and .vim directory (e.g.
"mv .vimrc my-vimrc", "mv .vim myvim", etc.) and delete your .viminfo
file ("rm .viminfo") and clear your MacVim preferences ("defaults
delete org.vim.MacVim"). Then restart MacVim and see what happens.
Still crashing? Start "Activity Monitor", locate the crashed Vim
process in the list (it is called "Vim", but there will be more than
one if you have two or more windows open in MacVim), select it and
click the "Sample Process" button. Copy/paste the text and maybe that
will give me some clue as to why it is stuck.
Also, as another sanity check try opening a help file manually by
entering ":fin $VIMRUNTIME/doc/help.txt". Does that work?
I must admit I am running out of ideas... :/
Ok, one more idea: open the advanced preferences and deselect "Launch
Vim processes in a login shell". Quit, reopen MacVim and try ":help"
again. Any difference?
Björn
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---