[Christian, for some reason quoted long lines are wrapped badly]
> On Mon, July 29, 2013 19:32, Seungbeom Kim wrote:
> > The 'equalalways' option makes all the windows the same size after a
> > window is split or closed. However, it doesn't when the Vim window
> > (either
> > the terminal or the GUI) is resized. I hear many people run [g]vimdiff or
> > ':vsplit', enlarge the Vim window, only to find only one of the two inner
> > windows is enlarged, and ask how to make them equal automatically. The
> > proper way is, AFAIK, to insert the following in the .vimrc: autocmd
> > VimResized * if &equalalways | wincmd = | endif
> > " To be complete, it should be enclosed by if has("autocmd")...endif.
> > I wonder if the effect of 'equalalways' failing to cover the
> > VimResized event was an oversight, and should be considered as a bug.
> > Shouldn't it be
> > the default that windows be made the same size when 'equalalways' is on?
>
> One more patch.
I don't think this should be the default behavior. We could add another
option, or make the autocommand simpler.
--
'Well, here's something to occupy you and keep your mind off things.'
'It won't work, I have an exceptionally large mind.'
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.