commit | 9980835c68a718ac8616b85f595c5f957667e9a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 14:47:36 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 14:47:36 2010 +0100 |
tree | 85e8a93fd85fcb38c9ec16933b543e26072aff6f | |
parent | 946ffd4606e2b5011fdddb0c87dc7d8b4548a657 [diff] [blame] |
updated for version 7.3.092 Problem: Resizing the window when exiting. Solution: Don't resize when exiting.
diff --git a/src/version.c b/src/version.c index f1af5d3..88dd3be 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,