Using MacVim snapshot 57 on OS X 10.6.6
I've got this in my .gvimrc:
set fuoptions=maxhorz,maxvert,background:Normal
set fullscreen
I like to have my non-fullscreen windows at 90x50, roughly in the center of
the screen, and my fullscreen windows to cover the screen (maxhorz,
maxvert). However, maxvert doesn't always work.
To reproduce:
1. Open MacVim, create one window. (Cmd-N)
2. switch out of fullscreen mode. (Cmd-Shft-F)
3. resize the window to 90x50 and center it.
4. Close MacVim and restart. (Cmd-Q)
5. Create a new window (Cmd-N)
This window is perfect. It briefly appears in its 90x50 centered position,
then switches to fullscreen, covering the window. If I switch out of
fullscreen, it returns to its 90x50 centered position.
6. Create another new window (Cmd-N).
This second window shows up in full screen stretched to the width of the
screen, but its vertical size is not stretched to the full height of the
screen. If I switch out of fullscreen mode, the window keeps these
incorrect proportions (basically full width x 50 lines), and when I switch
back to fullscreen, it now covers the screen as it should.
<https://lh6.googleusercontent.com/_4v5lVgtKGDg/TVgZ_tuLQvI/AAAAAAAAAAU/WcOAucYSlrk/maxvert.png>
What do I need to do to make this work? Is there some other setting that
I've missed?
--
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