doc: Remove some references to MS-DOS #3886

We don't support MS-DOS.
This commit is contained in:
Seth Jackson
2015-12-22 00:17:50 -05:00
committed by Michael Reed
parent efb30a0068
commit 5403924f7c

View File

@@ -59,13 +59,8 @@ Support for different systems.
Vim can be used on: Vim can be used on:
- All Unix systems (it works on all systems it was tested on, although - All Unix systems (it works on all systems it was tested on, although
the GUI and Perl interface may not work everywhere). the GUI and Perl interface may not work everywhere).
- MS-DOS in real-mode (no additional drivers required).
- In protected mode on Windows 3.1 and MS-DOS (DPMI driver required).
- Windows 95 and Windows NT, with support for long file names. - Windows 95 and Windows NT, with support for long file names.
- Macintosh - Macintosh
Note that on some systems features need to be disabled to reduce
resource usage, esp. on MS-DOS. For some outdated systems you need to
use an older Vim version.
Multi level undo. |undo| Multi level undo. |undo|
'u' goes backward in time, 'CTRL-R' goes forward again. Set option 'u' goes backward in time, 'CTRL-R' goes forward again. Set option
@@ -347,9 +342,8 @@ Printing. |printing|
Mouse support. |mouse-using| Mouse support. |mouse-using|
The mouse is supported in the GUI version, in an xterm for Unix, for The mouse is supported in the GUI version, in an xterm for Unix, for
BSDs with sysmouse, for Linux with gpm, for MS-DOS, and Win32. It BSDs with sysmouse, for Linux with gpm, and for Win32. It can be used
can be used to position the cursor, select the visual area, paste a to position the cursor, select the visual area, paste a register, etc.
register, etc.
Usage of key names. |<>| |key-notation| Usage of key names. |<>| |key-notation|
Special keys now all have a name like <Up>, <End>, etc. Special keys now all have a name like <Up>, <End>, etc.