aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2016-01-06 18:45:50 -0500
committerMichael Reed <m.reed@mykolab.com>2016-01-16 14:12:56 -0500
commite4fb777252ec92ba46627e6475bafd630c529c65 (patch)
tree66262f23c49df912c690dd9b0cb372a37f37198a /src/nvim/os/env.c
parentdddbf9c5fa061cb03d6b6240ac6610b68b9304f5 (diff)
downloadrneovim-e4fb777252ec92ba46627e6475bafd630c529c65.tar.gz
rneovim-e4fb777252ec92ba46627e6475bafd630c529c65.tar.bz2
rneovim-e4fb777252ec92ba46627e6475bafd630c529c65.zip
doc: Remove more references to MS-DOS
Among other things, this includes: - lies about command.com - references to pcterm
Diffstat (limited to 'src/nvim/os/env.c')
-rw-r--r--src/nvim/os/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/env.c b/src/nvim/os/env.c
index a791dca39c..734f6f9e38 100644
--- a/src/nvim/os/env.c
+++ b/src/nvim/os/env.c
@@ -142,7 +142,7 @@ void os_get_hostname(char *hostname, size_t len)
/// - go to that directory
/// - do os_dirname() to get the real name of that directory.
/// This also works with mounts and links.
-/// Don't do this for MS-DOS, it will change the "current dir" for a drive.
+/// Don't do this for Windows, it will change the "current dir" for a drive.
static char_u *homedir = NULL;
void init_homedir(void)