aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2015-12-22 00:17:50 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-22 14:14:28 -0500
commit5403924f7c1142de009474738e00b0738e3ca387 (patch)
tree231f0cefecfabc3c084928741caad75e9aef1507
parentefb30a00688b380205904fd6e2cac6f0b557f5e1 (diff)
downloadrneovim-5403924f7c1142de009474738e00b0738e3ca387.tar.gz
rneovim-5403924f7c1142de009474738e00b0738e3ca387.tar.bz2
rneovim-5403924f7c1142de009474738e00b0738e3ca387.zip
doc: Remove some references to MS-DOS #3886
We don't support MS-DOS.
-rw-r--r--runtime/doc/vi_diff.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index 7b61dbe6d7..8b2fa28e0a 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -59,13 +59,8 @@ Support for different systems.
Vim can be used on:
- All Unix systems (it works on all systems it was tested on, although
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.
- 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|
'u' goes backward in time, 'CTRL-R' goes forward again. Set option
@@ -347,9 +342,8 @@ Printing. |printing|
Mouse support. |mouse-using|
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
- can be used to position the cursor, select the visual area, paste a
- register, etc.
+ BSDs with sysmouse, for Linux with gpm, and for Win32. It can be used
+ to position the cursor, select the visual area, paste a register, etc.
Usage of key names. |<>| |key-notation|
Special keys now all have a name like <Up>, <End>, etc.