1
0
forked from aniani/vim

updated for version 7.0205

This commit is contained in:
Bram Moolenaar
2006-02-23 21:26:58 +00:00
parent d1f56e68f1
commit 80a94a582c
12 changed files with 306 additions and 70 deletions

View File

@@ -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);