commit | e7fedb6ebe72d9a475aa65109b77d5ed4667067a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 19:07:19 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 19:07:19 2015 +0100 |
tree | 19327fc9d1ca538d9c5c81c7284adf492e790e6d | |
parent | e3303cb0817e826e3c25d5dc4ac10b569d0841e1 [diff] [blame] |
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.
diff --git a/src/ex_getln.c b/src/ex_getln.c index b6aeacf..3919466 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -4955,7 +4955,7 @@ if (*s == ' ') ++s; /* Skip space used for absolute path name. */ -#if defined(MSDOS) || defined(MSWIN) || defined(OS2) +#if defined(MSDOS) || defined(MSWIN) e = vim_strchr(s, ';'); #else e = vim_strchr(s, ':');