mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Remove Amiga stuff
This commit is contained in:

committed by
Thiago de Arruda

parent
2fe018ab88
commit
8a0043130f
@@ -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, '|');
|
||||
|
Reference in New Issue
Block a user