On Feb 20, 2011, at 7:09 PM, David Whetstone wrote: > > Thanks for the reply. Any time I manually make a window fullscreen, it works > properly. It's only with "set fullscreen" that the problem appears, and only > after the first window. "au GUIEnter * set fullscreen" exhibits exactly the > same problematic behavior.
OK, I did not expect there to be any difference. > Since you can't reproduce the problem, but I can on demand, I'm willing to > look into it further myself if you could just point me to the relevant code. > Can't guarantee I'll figure it out, but it can't hurt to have a look. That would be great. You should trace the EnterFullscreenMsgID and SetTextDimensionsMsgID messages as they are handled inside MMVimController. When you enter full screen on startup the actual presentation of the full screen window is delayed -- this happens inside MMWindowController (search for windowPresented). You may also have to look at MMFullscreenWindow, which does the actual resizing of the view when you have maxvert enabled. 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
