1
0
forked from aniani/vim

updated for version 7.0203

This commit is contained in:
Bram Moolenaar
2006-02-21 22:02:53 +00:00
parent faa959a870
commit 030f0dfad5
6 changed files with 120 additions and 27 deletions

View File

@@ -7029,7 +7029,7 @@ ex_tabs(eap)
out_flush(); /* output one line at a time */
ui_breakcheck();
if (tp->tp_topframe == topframe)
if (tp == curtab)
wp = firstwin;
else
wp = tp->tp_firstwin;