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

Collapse All | Expand All

(-)v_txt.c (-1 / +1 lines)
Lines 557-563 next: if (v_event_get(sp, evp, 0, ec_fla Link Here
557
	 * This was not documented as far as I know, and is a great test of vi
557
	 * This was not documented as far as I know, and is a great test of vi
558
	 * clones.
558
	 * clones.
559
	 */
559
	 */
560
	if (rcol == 0 && !LF_ISSET(TXT_REPLAY) && evp->e_c == '\0') {
560
	if (LF_ISSET(TXT_RECORD) && rcol == 0 && evp->e_c == '\0') {
561
		if (vip->rep == NULL)
561
		if (vip->rep == NULL)
562
			goto done;
562
			goto done;
563
563

Return to bug 21089