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/netbeans.c b/src/netbeans.c index ea0c017..2c15227 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -1862,7 +1862,7 @@ if (buf_was_empty) { if (ff_detected == EOL_UNKNOWN) -#if defined(MSDOS) || defined(MSWIN) || defined(OS2) +#if defined(MSDOS) || defined(MSWIN) ff_detected = EOL_DOS; #else ff_detected = EOL_UNIX;