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

Collapse All | Expand All

(-)v_txt.c (-1 / +1 lines)
Lines 2235-2242 txt_fc_col(sp, argc, argv) Link Here
2235
2235
2236
	/* If the largest file name is too large, just print them. */
2236
	/* If the largest file name is too large, just print them. */
2237
	if (colwidth > sp->cols) {
2237
	if (colwidth > sp->cols) {
2238
		p = msg_print(sp, av[0]->bp + prefix, &nf);
2239
		for (ac = argc, av = argv; ac > 0; --ac, ++av) {
2238
		for (ac = argc, av = argv; ac > 0; --ac, ++av) {
2239
			p = msg_print(sp, av[0]->bp + prefix, &nf);
2240
			(void)ex_printf(sp, "%s\n", p);
2240
			(void)ex_printf(sp, "%s\n", p);
2241
			if (F_ISSET(gp, G_INTERRUPTED))
2241
			if (F_ISSET(gp, G_INTERRUPTED))
2242
				break;
2242
				break;

Return to bug 21089