comparison src/version.c @ 6639:342568f82d82 v7.4.645

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.
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 19:34:56 +0100
parents a12d422ed16c
children ceda6d8af447
comparison
equal deleted inserted replaced
6638:c0d3287d5e89 6639:342568f82d82
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 645,
744 /**/ 746 /**/
745 644, 747 644,
746 /**/ 748 /**/
747 643, 749 643,
748 /**/ 750 /**/