Remove Amiga stuff

This commit is contained in:
John Schmidt
2014-03-17 11:20:25 +01:00
committed by Thiago de Arruda
parent 2fe018ab88
commit 8a0043130f
7 changed files with 5 additions and 22 deletions

View File

@@ -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, '|');