commit | 8919554fe17255cddbbce6b833fab9aba19c8b88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 15:00:31 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 15:00:31 2015 +0200 |
tree | da115cda2c2f69ec12cd93cfac18ee4d057cb2c3 | |
parent | b8603882b1679385b287f14c527fa61eee60a9dd [diff] [blame] |
patch 7.4.874 Problem: MS-Windows: When Vim runs inside another application, the size isn't right. Solution: When in child mode compute the size differently. (Agorgianitis Loukas)
diff --git a/src/version.c b/src/version.c index 9bbe042..f8fe4a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,