diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:18:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-19 22:18:32 +0000 |
commit | 383f9bc30278b6d803d98e496b14cc867ce651ad (patch) | |
tree | fa0fcae7ec276ae69800b64ca7997d961158a94e /src/quickfix.c | |
parent | c92ad2e2c2451365d25d84c52dbcbac811797171 (diff) | |
download | vim-git-383f9bc30278b6d803d98e496b14cc867ce651ad.tar.gz |
updated for version 7.0042
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index 625d19d0c..8bb2bbe76 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -1775,8 +1775,10 @@ ex_copen(eap) else if (buf != curbuf) set_curbuf(buf, DOBUF_GOTO); +#ifdef FEAT_VERTSPLIT /* Only set the height when there is no window to the side. */ if (curwin->w_width == Columns) +#endif win_setheight(height); curwin->w_p_wfh = TRUE; /* set 'winfixheight' */ if (win_valid(win)) |