commit | 030f0dfad591422e64a75629a60309974af80938 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:02:53 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:02:53 2006 +0000 |
tree | b3ff858b5e3cc7015af3c21dbb2bb84e0d6f50a0 | |
parent | faa959a8700219bd1726943cbb956001b5f737e4 [diff] [blame] |
updated for version 7.0203
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 1eefcd8..5798250 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -7029,7 +7029,7 @@ 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;