On Tue, Jul 15, 2014 at 11:56 PM, Yukihiro Nakadaira <
yukihiro.nakada...@gmail.com> wrote:

> ":botright split" create window with invalid size when there is only a few
> spaces.
>
> Steps to reproduce:
>
>   $ vim -u NONE -N
>   :vsplit
>   :while 1 | split | endwhile
>   :quit
>   :botright split
>   :echo winheight(0)
>   11                    (actual height is 2 or 3)
>   o<CR><CR><CR><CR><CR><CR><CR><CR><CR><CR><CR>....   (editing buffer may
> cause crash)
>   Vim: Caught deadly signal SEGV
>
>   It is same with ":botright vsplit"
>
>   $ vim -u NONE -N
>   :split
>   :while 1 | vsplit | endwhile
>   :quit
>   :botright vsplit
>   :echo winheight(0)
>   40                    (actual width is 2 or 3)
>

I found another problem that zero width/height current window is created.
hmm...

$ vim -u NONE -N
:set noequalalways winminheight=0
:while 1 | split | endwhile

$ vim -u NONE -N
:set noequalalways winminwidth=0
:while 1 | vsplit | endwhile

-- 
Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui