mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0021
This commit is contained in:
@@ -1924,7 +1924,11 @@ win_close(win, free_buf)
|
||||
curbuf = curwin->w_buffer;
|
||||
close_curwin = TRUE;
|
||||
}
|
||||
if (p_ea)
|
||||
if (p_ea
|
||||
#ifdef FEAT_VERTSPLIT
|
||||
&& (*p_ead == 'b' || *p_ead == dir)
|
||||
#endif
|
||||
)
|
||||
win_equal(curwin, TRUE,
|
||||
#ifdef FEAT_VERTSPLIT
|
||||
dir
|
||||
|
Reference in New Issue
Block a user