On 02/27/2015 07:35 PM, Bram Moolenaar wrote:
>
> Patch 7.4.645
> Problem:When splitting the window in a BufAdd autocommand while still in
>the first, empty buffer the window count is wrong.
> Solution: Do not reset b_nwindows to zero and don't increment it.
Patch 7.4.645
Problem:When splitting the window in a BufAdd autocommand while still in
the first, empty buffer the window count is wrong.
Solution: Do not reset b_nwindows to zero and don't increment it.
Files: src/buffer.c, src/ex_cmds.c
*** ../vim-7.4.644/src/buf