On Thursday, August 16, 2012 10:52:34 AM UTC-5, skeept wrote: > I tried this on Windows 7, vista and on Linux. > > If I have a window maximized vertically, then open a new tab (say :tab he) > > and then close that tab, so the tab line disappears the gvim window loses a > line. > > > > I would like it to keep its original size since I had it vertically maximized > to start with. > > > > Is there a way of doing this, or may this be a bug? > > > > Thanks, > > Jorge
I can confirm that I have 1 line less when I use the mouse resize the gvim Window to take up as much vertical space as possible, then open a new tab, then close the tab. When I "maximize" the gvim window by clicking the little maximize button in Windows, the gvim window stays the same size after opening and closing a tab. That's one way around it. Alternatively, you can :set showtabline=2 or :set showtabline=1 to make the tab line always on/always off and therefore avoid the window resize. -- You received this message from the "vim_use" 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
