]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.645 v7.4.645
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Feb 2015 18:34:56 +0000 (19:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Feb 2015 18:34:56 +0000 (19:34 +0100)
commit8da9bbfd02957b79edd595c8c7397453012510b0
treecd3bd68b6c30f3d3a778621d4880c1f4f4067e62
parentba17ed6797421b377ec0cac7ec186d24bf5b3979
updated for version 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.
src/buffer.c
src/ex_cmds.c
src/version.c