forked from aniani/vim
updated for version 7.0205
This commit is contained in:
@@ -3076,8 +3076,9 @@ jumpto_tag(lbuf, forceit, keep_help)
|
||||
}
|
||||
}
|
||||
|
||||
/* if it was a CTRL-W CTRL-] command split window now */
|
||||
if (postponed_split)
|
||||
/* If it was a CTRL-W CTRL-] command split window now. For ":tab tag"
|
||||
* open a new tab page. */
|
||||
if (postponed_split || cmdmod.tab != 0)
|
||||
{
|
||||
win_split(postponed_split > 0 ? postponed_split : 0,
|
||||
postponed_split_flags);
|
||||
|
Reference in New Issue
Block a user