mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +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:
@@ -179,7 +179,7 @@ char_u *path_next_component(char_u *fname)
|
||||
|
||||
/*
|
||||
* Get a pointer to one character past the head of a path name.
|
||||
* Unix: after "/"; DOS: after "c:\"; Amiga: after "disk:/"; Mac: no head.
|
||||
* Unix: after "/"; DOS: after "c:\"; Mac: no head.
|
||||
* If there is no head, path is returned.
|
||||
*/
|
||||
char_u *get_past_head(char_u *path)
|
||||
|
Reference in New Issue
Block a user