diff src/version.c @ 6714:dc96dd80aef8 v7.4.681

updated for version 7.4.681 Problem: MS-Windows: When Vim is minimized the window height is computed incorrectly. Solution: When minimized use the previously computed size. (Ingo Karkat)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:57:12 +0100
parents c939d19bd86e
children f242cf1f9897
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 */
 /**/
+    681,
+/**/
     680,
 /**/
     679,