doc: Remove more references to MS-DOS

Among other things, this includes:
- lies about command.com
- references to pcterm
This commit is contained in:
Seth Jackson
2016-01-06 18:45:50 -05:00
committed by Michael Reed
parent dddbf9c5fa
commit e4fb777252
24 changed files with 126 additions and 154 deletions

View File

@@ -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)