mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0042
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user