diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    645,
+/**/
     644,
 /**/
     643,