aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-10 00:07:19 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-19 15:28:49 -0500
commita62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /src/nvim/path.c
parenta5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff)
downloadrneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.gz
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.bz2
rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.zip
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.
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r--src/nvim/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index 950cc5a83a..8af4015611 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -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)