Hello Dominique, On Mon, Nov 5, 2012 at 8:40 PM, Dominique Pellé <[email protected]> wrote:
> Attached patch fixes it but please review it. This part of the diff looks off to me: - if (h4 + h3 + h2 > min_height || h3 + h2 + h1 > min_height) + if (h4 == MAXCOL + h4 + h3 + h2 > min_height || h3 + h2 + h1 > min_height) You probably meant 'h4 == MAXCOL || h4 + h3 + h2 > min_height' here? Christ van Willegen -- 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- 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
