commit | 71371b15794941dbeb01e46827d6d501dc95acbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 17:57:12 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 17:57:12 2015 +0100 |
tree | 483c4fbb5b6f93bff58918c66e05e454aea92d1f | |
parent | 310f2d59b2b20c642088feb5e6dfe323cc570923 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b08c010..7ef3607 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 681, +/**/ 680, /**/ 679,