diff options
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, '|'); |