From 8a0043130fed84f67c83451e675d08617216c6eb Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 11:20:25 +0100 Subject: Remove Amiga stuff --- src/ex_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_cmds.c') diff --git a/src/ex_cmds.c b/src/ex_cmds.c index cf002511c4..2e76ff5e75 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -1376,7 +1376,7 @@ make_filter_cmd ( if (p != NULL) *p = NUL; } - STRCAT(buf, " <"); /* " < " causes problems on Amiga */ + STRCAT(buf, " < "); STRCAT(buf, itmp); if (*p_shq == NUL) { p = vim_strchr(cmd, '|'); -- cgit