patch 9.1.0750: there are some Win9x legacy references
Problem: there are some Win9x legacy references
Solution: Remove those mentions (Nir Lichtman)
closes: #15730
Signed-off-by: Nir Lichtman <nir@lichtman.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/READMEdir/README_bindos.txt b/READMEdir/README_bindos.txt
index b1907dd..51fc2c5 100644
--- a/READMEdir/README_bindos.txt
+++ b/READMEdir/README_bindos.txt
@@ -8,9 +8,9 @@
There are several binary distributions of Vim for the PC. You would normally
pick only one of them, but it's also possible to install several.
These ones are available (the version number may differ):
- vim91w32.zip Windows 95/98/NT/etc. console version
- gvim91.zip Windows 95/98/NT/etc. GUI version
- gvim91ole.zip Windows 95/98/NT/etc. GUI version with OLE
+ vim91w32.zip Windows console version
+ gvim91.zip Windows GUI version
+ gvim91ole.zip Windows GUI version with OLE
You MUST also get the runtime archive (vim91rt.zip).
The sources are also available (vim91src.zip).
diff --git a/READMEdir/README_dos.txt b/READMEdir/README_dos.txt
index 6a7905d..c650980 100644
--- a/READMEdir/README_dos.txt
+++ b/READMEdir/README_dos.txt
@@ -120,30 +120,6 @@
entry, you can remove it by running the "uninstall.exe". See
":help win32-popup-menu".
-- In Windows 95/98/NT you can create a shortcut to Vim. This works for all
- DOS and Win32 console versions. For the console version this gives you the
- opportunity to set defaults for the Console where Vim runs in.
-
- 1. On the desktop, click right to get a menu. Select New/Shortcut.
- 2. In the dialog, enter Command line: "C:\command.com". Click "Next".
- 3. Enter any name. Click "Finish".
- The new shortcut will appear on the desktop.
- 4. With the mouse pointer on the new shortcut, click right to get a menu.
- Select Properties.
- 5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
- Vim executable. Examples:
- C:\command.com /c C:\vim\vim91\vim.exe
- C:\command.com /c D:\editors\vim\vim91\vim.exe
- 6. Select the font, window size, etc. that you like. If this isn't
- possible, select "Advanced" in the Program tab, and deselect "MS-DOS
- mode".
- 7. Click OK.
-
- For gvim, you can use a normal shortcut on the desktop, and set the size of
- the Window in your $VIM/_gvimrc:
- set lines=30 columns=90
-
-
For further information, type one of these inside Vim:
:help dos
:help win32
diff --git a/READMEdir/README_extra.txt b/READMEdir/README_extra.txt
index f4090a0..ca88e2d 100644
--- a/READMEdir/README_extra.txt
+++ b/READMEdir/README_extra.txt
@@ -27,7 +27,7 @@
src/gui_w48.* Files for the Win32 and Win16 GUI.
src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI.
-src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
+src/if_ole.* OLE automation interface, for MS Windows.
src/GvimExt/* DLL for the "Edit with Vim" context menu entry
diff --git a/READMEdir/README_ole.txt b/READMEdir/README_ole.txt
index 86b343b..f34b679 100644
--- a/READMEdir/README_ole.txt
+++ b/READMEdir/README_ole.txt
@@ -3,7 +3,7 @@
This archive contains gvim.exe with OLE interface.
This version of gvim.exe can also load a number of interface dynamically (you
can optionally install the .dll files for each interface).
-It is only for MS-Windows 95/98/ME/NT/2000/XP.
+It is only for MS-Windows.
Also see the README_bindos.txt, README_dos.txt and README.txt files.