mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 10:55:40 +00:00
Remove Amiga remnants
Notes regarding the removal of specific items:
- Aztec C: only on the Amiga.
- mch_check_win(): doesn't exist anymore.
- Comment in ex_cmds.c: It seems the context for this comment was
removed, but the comment was inadvertantly left alone.
This commit is contained in:
@@ -5141,8 +5141,7 @@ static void ex_quit(exarg_T *eap)
|
||||
*/
|
||||
static void ex_cquit(exarg_T *eap)
|
||||
{
|
||||
getout(1); /* this does not always pass on the exit code to the Manx
|
||||
compiler. why? */
|
||||
getout(1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user