commit | 78a1531005adc6bfe435ee2b9207864688bea7e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:33:18 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:33:18 2009 +0000 |
tree | c0f3a65c5bc4a285124b518dabb080c311968ea3 | |
parent | 0c094b9d7f8a031e2cb495551ecc13e34cfa5818 [diff] [blame] |
updated for version 7.2-174
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 11c3ff6..8a0a9ec 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -4040,8 +4040,10 @@ bigness = curwin->w_height; else if (firstwin == lastwin) bigness = curwin->w_p_scr * 2; +#ifdef FEAT_WINDOWS else bigness = curwin->w_height - 3; +#endif if (bigness < 1) bigness = 1;