commit | 3633dc012919238e66c006b1037e2a1fece2b18d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 16:26:04 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 16:26:04 2012 +0200 |
tree | 83c86257bfee8a9479d5d0fdd8d95ed1f8c85ad7 | |
parent | 8f913993666b154b233ab9923845fa165d9b3260 [diff] [blame] |
updated for version 7.3.643 Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize().
diff --git a/src/version.c b/src/version.c index 767c4c0..078d875 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 643, +/**/ 642, /**/ 641,