summaryrefslogtreecommitdiff
path: root/README_os2.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-14 17:46:20 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-14 17:46:20 +0200
commit755bd26c59bc40322977da5674e6022c7ca65a9a (patch)
treec32cd921942bd46cd4199ab169c09b74322071c0 /README_os2.txt
parentbb3d5dc320f93dcd28a2be72af6e750599490f13 (diff)
downloadvim-git-755bd26c59bc40322977da5674e6022c7ca65a9a.tar.gz
README and help file updates.
Diffstat (limited to 'README_os2.txt')
-rw-r--r--README_os2.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/README_os2.txt b/README_os2.txt
index 1bc5b8767..665ca8584 100644
--- a/README_os2.txt
+++ b/README_os2.txt
@@ -5,28 +5,28 @@ See "README.txt" for general information about Vim.
NOTE: You will need two archives:
- vim72rt.zip contains the runtime files (same as for the PC version)
- vim72os2.zip contains the OS/2 executables
+ vim73rt.zip contains the runtime files (same as for the PC version)
+ vim73os2.zip contains the OS/2 executables
1. Go to the directory where you want to put the Vim files. Examples:
cd C:\
cd D:\editors
-2. Unpack the zip archives. This will create a new directory "vim/vim72",
+2. Unpack the zip archives. This will create a new directory "vim/vim73",
in which all the distributed Vim files are placed. Since the directory
name includes the version number, it is unlikely that you overwrite
existing files.
Examples:
- pkunzip -d vim72os2.zip
- unzip vim72os2.zip
+ pkunzip -d vim73os2.zip
+ unzip vim73os2.zip
After you unpacked the files, you can still move the whole directory tree
to another location.
3. Add the directory where vim.exe is to your path. The simplest is to add a
line to your autoexec.bat. Examples:
- set path=%path%;C:\vim\vim72
- set path=%path%;D:\editors\vim\vim72
+ set path=%path%;C:\vim\vim73
+ set path=%path%;D:\editors\vim\vim73
That's it!
@@ -41,10 +41,10 @@ Extra remarks:
C:\vim\_viminfo Dynamic info for 'viminfo'.
C:\vim\... Other files you made.
Distributed files:
- C:\vim\vim72\vim.exe The Vim version 7.2 executable.
- C:\vim\vim72\doc\*.txt The version 7.2 documentation files.
- C:\vim\vim72\bugreport.vim A Vim version 7.2 script.
- C:\vim\vim72\... Other version 7.2 distributed files.
+ C:\vim\vim73\vim.exe The Vim version 7.3 executable.
+ C:\vim\vim73\doc\*.txt The version 7.3 documentation files.
+ C:\vim\vim73\bugreport.vim A Vim version 7.3 script.
+ C:\vim\vim73\... Other version 7.3 distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim