2008/10/14 Jason Foreman <[EMAIL PROTECTED]>: > > Here is what I am observing: > > With "set lines=999" in .gvimrc: > - window is not flush with menu bar > - command line is visible > - very bottom of window (about width of the 'handle' to resize') is > off the bottom of the screen > - window is sized appropriate such that when moved flush with menu > bar, entire window is visible
I finally managed to recreate this problem and pushed a series of patches which should finally fix it. Can you please pull the latest version and confirm that this problem is gone? > executing "set lines=999" in command mode after window open > - window is not flush with menu bar > - window location does not move > - command line is not visible > - window is sized appropriate such that when moved flush with menu > bar, entire window is visible > > It may be expected or desired behavior that the window location does not > change when resizing. I'll verify what Windows does tomorrow at work. I > seem to recall it either a) moves the window, or b) limits the lines to what > fits and does not move the window. That's a separate problem. I checked on Windows and it moves the window to ensure that it is visible when you do ":set lines=X columns=Y" so I wrote a patch that make MacVim behave the same way. It is also in the public repo so you could try that out as well if/when you pull. Thanks, Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
