diff options
| author | 1996-07-24 16:14:59 +0000 | |
|---|---|---|
| committer | 1996-07-24 16:14:59 +0000 | |
| commit | e91eb1de741a908a25b6543e133982f22817938b (patch) | |
| tree | 8eaf6fc8def7ed27f5ac290f07a91c2d3faba420 /usr.bin/vi/ex/ex_visual.c | |
| parent | ep* (diff) | |
| download | wireguard-openbsd-e91eb1de741a908a25b6543e133982f22817938b.tar.xz wireguard-openbsd-e91eb1de741a908a25b6543e133982f22817938b.zip | |
bring vi/ex up to 1.71
Diffstat (limited to 'usr.bin/vi/ex/ex_visual.c')
| -rw-r--r-- | usr.bin/vi/ex/ex_visual.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/ex/ex_visual.c b/usr.bin/vi/ex/ex_visual.c index 070c1fbc64c..82e503d4465 100644 --- a/usr.bin/vi/ex/ex_visual.c +++ b/usr.bin/vi/ex/ex_visual.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "@(#)ex_visual.c 10.12 (Berkeley) 4/27/96"; +static const char sccsid[] = "@(#)ex_visual.c 10.13 (Berkeley) 6/28/96"; #endif /* not lint */ #include <sys/types.h> @@ -119,7 +119,7 @@ nopush: /* * already a reason to wait. */ if (!F_ISSET(sp, SC_SCR_EXWROTE)) - F_SET(sp, SC_EX_DONTWAIT); + F_SET(sp, SC_EX_WAIT_NO); if (F_ISSET(sp, SC_EX_GLOBAL)) { /* |
