View | Details | Raw Unified | Return to bug 21089 | Differences between
and this patch

Collapse All | Expand All

(-)v_ex.c (+4 lines)
Lines 428-433 v_ex(sp, vp) Link Here
428
			if (tp->term == TERM_BS)
428
			if (tp->term == TERM_BS)
429
				break;
429
				break;
430
430
431
			/* If the user changed their mind, return. */
432
			if (tp->term != TERM_OK)
433
				break;
434
431
			/* Log the command. */
435
			/* Log the command. */
432
			if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp))
436
			if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp))
433
				return (1);
437
				return (1);

Return to bug 21089