Hi, The startup sequence for the GUI was indeed changed. Calling :redraw in > the startup script is weird, you probably need to change that. If there > really are redrawing problems use a VimEnter or GUIEnter autocommand. > I now had time to investigate this a little bit further.
First, the problem was introduced during the latest patches. It's simply that I noticed the problem myself after recompiling vim. Secondly, the original problem wasn't caused by a :redraw command but by setting a sign during startup. This seems to be a related bug report about a crash with MacVim: https://github.com/tomtom/quickfixsigns_vim/issues/13 I usually don't call :redraw during startup. This was meant as a minimal example to trigger the problem described. Summary: The real culprit is :sign place that caused the original problem described above and seemingly causes macvim to crash. To add :redraw to vimrc is simply a way to trigger the same symptom. The problem probably has gone unnoticed for a longer time. Regards, Tom -- You received this message from the "vim_dev" 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
