summaryrefslogtreecommitdiffstats
path: root/READMEdir
diff options
context:
space:
mode:
authorMartin Tournoij <martin@arp242.net>2022-10-08 17:15:28 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-08 17:15:28 +0100
commit251c1e2ed810d532f7c7d7eb5d6ed5e28a12e501 (patch)
treee45455f11cfe3bc3dd96579a67de312059075254 /READMEdir
parent16dab41537ae206f4cab676ad53edbae5fd5fb45 (diff)
patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698
Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
Diffstat (limited to 'READMEdir')
-rw-r--r--READMEdir/README_extra.txt3
-rw-r--r--READMEdir/README_ole.txt5
-rw-r--r--READMEdir/README_srcdos.txt3
3 files changed, 2 insertions, 9 deletions
diff --git a/READMEdir/README_extra.txt b/READMEdir/README_extra.txt
index d1a8b71bc9..f67dbdb6d2 100644
--- a/READMEdir/README_extra.txt
+++ b/READMEdir/README_extra.txt
@@ -29,9 +29,6 @@ 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/VisVim/* Integration of Win32 GUI with MS Visual Developer
- Studio.
-
src/GvimExt/* DLL for the "Edit with Vim" context menu entry
nsis/* NSIS script to build the self-installing MS-Windows exe
diff --git a/READMEdir/README_ole.txt b/READMEdir/README_ole.txt
index b45a0c2de2..85ad478e51 100644
--- a/READMEdir/README_ole.txt
+++ b/READMEdir/README_ole.txt
@@ -1,6 +1,6 @@
README_ole.txt for version 9.0 of Vim: Vi IMproved.
-This archive contains gvim.exe with OLE interface and VisVim.
+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.
@@ -15,6 +15,3 @@ Win32 with OLE - "MS-Windows 32 bit GUI version with OLE support"
For further information, type this inside Vim:
:help if_ole
-
-Furthermore, this archive contains VISVIM.DLL. It can be used to integrate
-the OLE gvim with Microsoft Visual Developer Studio. See VisVim/README.txt.
diff --git a/READMEdir/README_srcdos.txt b/READMEdir/README_srcdos.txt
index 2bef9deb9b..a5fd9feeb8 100644
--- a/READMEdir/README_srcdos.txt
+++ b/READMEdir/README_srcdos.txt
@@ -6,7 +6,6 @@ These files are in the runtime archive (vim90rt.zip).
The DOS source archive contains the files needed to compile Vim on MS-Windows.
-It is packed for MS-Windows systems, with CR-LF. It also includes the VisVim
-sources.
+It is packed for MS-Windows systems, with CR-LF.
See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC.