1
0
forked from aniani/vim

patch 7.4.1008

Problem:    The OS/2 code pollutes the source while nobody uses it these days.
Solution:   Drop the support for OS/2.
This commit is contained in:
Bram Moolenaar
2015-12-31 19:07:19 +01:00
parent e3303cb081
commit e7fedb6ebe
30 changed files with 126 additions and 1002 deletions

View File

@@ -6531,7 +6531,7 @@ vim_FullName(fname, buf, len, force)
/* something failed; use the file name (truncate when too long) */
vim_strncpy(buf, fname, len - 1);
}
#if defined(MACOS_CLASSIC) || defined(OS2) || defined(MSDOS) || defined(MSWIN)
#if defined(MACOS_CLASSIC) || defined(MSDOS) || defined(MSWIN)
slash_adjust(buf);
#endif
return retval;