vim-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.

8da9bbfd02
This commit is contained in:
Shougo Matsushita
2015-12-13 12:56:24 +09:00
parent f183cc14de
commit d1ec3f661a
3 changed files with 6 additions and 6 deletions

View File

@@ -351,7 +351,7 @@ static int included_patches[] = {
// 648 NA
// 647 NA
646,
// 645,
645,
// 644 NA
// 643,
// 642,