diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:02:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:02:53 +0000 |
commit | 030f0dfad591422e64a75629a60309974af80938 (patch) | |
tree | b3ff858b5e3cc7015af3c21dbb2bb84e0d6f50a0 /src/ex_docmd.c | |
parent | faa959a8700219bd1726943cbb956001b5f737e4 (diff) | |
download | vim-git-030f0dfad591422e64a75629a60309974af80938.tar.gz |
updated for version 7.0203
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r-- | src/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 1eefcd892..5798250d7 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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; |