2008/10/12 Jason Foreman <[EMAIL PROTECTED]>: > > On Oct 11, 2008, at 2:46 AM, björn wrote: >> >> A much better way of having each window fully zoomed on startup is to add >> the line: >> >> set lines=53 > > This is what I had been doing, but I use my Vim configuration across many > different machines, so finding a suitable choice for 'lines' is difficult. > I had been using "set lines=999", which gives me a properly sized but > improperly located window. It is off the bottom of the screen by a small > amount and I have to move it up to be adjacent to the menu bar (perhaps > there is another patch I might work on...).
I just pushed a patch which moves the window to the top of the screen if it was about to open with the bottom part obscured. Can you confirm if this fixes the problem you described? > Also, "set lines=" sets the un-zoomed size of the window. If I set the > un-zoomed size to be the same size as the screen, then zooming the window > has no effect. I typically want to work zoomed, but there are times when I > un-zoom the window such as when dragging or cut-and-pasting between another > applications. So for me, zooming is actually the best way to work, though I > understand I may be in the minority. Ok, I understand why you'd want to zoom instead of using "set lines=..." then. > I myself am not an AppleScript guru either, but I think this gives basic > support such as manipulating the windows, activating and quitting the app, > etc. It is probably possible to drive text input as well, so one may be > able to use MacVim in an Automator workflow, for instance. I will > investigate some other possibilities and post again if I come up with > something more useful. I'd be interested to see if this could be put to good use. Anyway, I am just about to merge the patch now...it should appear on the public repo soon. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
