mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1399
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
This commit is contained in:
11
src/main.c
11
src/main.c
@@ -10,10 +10,6 @@
|
||||
#define EXTERN
|
||||
#include "vim.h"
|
||||
|
||||
#ifdef SPAWNO
|
||||
# include <spawno.h> /* special MS-DOS swapping library */
|
||||
#endif
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
# ifndef WIN32
|
||||
# include <cygwin/version.h>
|
||||
@@ -505,8 +501,7 @@ main
|
||||
|
||||
/*
|
||||
* mch_init() sets up the terminal (window) for use. This must be
|
||||
* done after resetting full_screen, otherwise it may move the cursor
|
||||
* (MSDOS).
|
||||
* done after resetting full_screen, otherwise it may move the cursor.
|
||||
* Note that we may use mch_exit() before mch_init()!
|
||||
*/
|
||||
mch_init();
|
||||
@@ -710,10 +705,6 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef SPAWNO /* special MSDOS swapping library */
|
||||
init_SPAWNO("", SWAP_ANY);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_VIMINFO
|
||||
/*
|
||||
* Read in registers, history etc, but not marks, from the viminfo file.
|
||||
|
Reference in New Issue
Block a user