mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +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:
@@ -1294,14 +1294,6 @@ do_shell (
|
||||
}
|
||||
|
||||
starttermcap(); /* start termcap if not done by wait_return() */
|
||||
|
||||
/*
|
||||
* In an Amiga window redrawing is caused by asking the window size.
|
||||
* If we got an interrupt this will not work. The chance that the
|
||||
* window size is wrong is very small, but we need to redraw the
|
||||
* screen. Don't do this if ':' hit in wait_return(). THIS IS UGLY
|
||||
* but it saves an extra redraw.
|
||||
*/
|
||||
}
|
||||
|
||||
/* display any error messages now */
|
||||
|
Reference in New Issue
Block a user