diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:04:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:04:15 +0000 |
commit | d042c56e34b5c032e79fa1fee19ce6d16ac99e49 (patch) | |
tree | 4a8b46e7449632fadf17aa764ae4eb60ad749459 /src/os_msdos.h | |
parent | e6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (diff) | |
download | vim-git-d042c56e34b5c032e79fa1fee19ce6d16ac99e49.tar.gz |
updated for version 7.0098
Diffstat (limited to 'src/os_msdos.h')
-rw-r--r-- | src/os_msdos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_msdos.h b/src/os_msdos.h index 576b2383c..b8e90e111 100644 --- a/src/os_msdos.h +++ b/src/os_msdos.h @@ -14,7 +14,6 @@ #define BINARY_FILE_IO #define USE_EXE_NAME /* use argv[0] for $VIM */ -#define NO_COOKED_INPUT /* mch_inchar() doesn't return whole lines */ #define SYNC_DUP_CLOSE /* sync() a file with dup() and close() */ #define USE_TERM_CONSOLE #ifdef DJGPP |