commit | 8968a31179c8142cc4ccc2f27cf09e03135c35c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 16:58:44 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 16:58:44 2013 +0200 |
tree | 47325ac003ada940633b509401e02fdaa43ccb6d | |
parent | f4e1143697a2d08eff487dec36128a5e10d5eca8 [diff] [blame] |
updated for version 7.3.1296 Problem: Only MS-Windows limits the GUI window size to what fits on the monitor. Solution: Limit the size for all systems. (Daniel Harding)
diff --git a/src/version.c b/src/version.c index d735567..e06aa6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1296, +/**/ 1295, /**/ 1294,