From 235b40f1bb36006b01cd45b3fe9605570b5d8a6d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 18 Jun 1996 09:59:13 +0000 Subject: vi fixes from bostic --- usr.bin/vi/ex/ex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/vi/ex/ex.c') diff --git a/usr.bin/vi/ex/ex.c b/usr.bin/vi/ex/ex.c index 001fada80a8..3f2af66b5c4 100644 --- a/usr.bin/vi/ex/ex.c +++ b/usr.bin/vi/ex/ex.c @@ -91,8 +91,9 @@ ex(spp) for (;; ++gp->excmd.if_lno) { /* Display status line and flush. */ if (F_ISSET(sp, SC_STATUS)) { + if (!F_ISSET(sp, SC_EX_SILENT)) + msgq_status(sp, sp->lno, 0); F_CLR(sp, SC_STATUS); - msgq_status(sp, sp->lno, 0); } (void)ex_fflush(sp); -- cgit v1.2.3