summaryrefslogtreecommitdiff
path: root/README_os2.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-08-09 17:55:22 +0000
committervimboss <devnull@localhost>2008-08-09 17:55:22 +0000
commit1902146ee60736441c547668ff3be84bb2531771 (patch)
tree55d468c93579ad2607d56eade9fd6b685cd00c44 /README_os2.txt
parentb57573c9a5cb70ac593d0972de645334eeb66740 (diff)
downloadvim-1902146ee60736441c547668ff3be84bb2531771.tar.gz
updated for version 7.2-000v7.2.000v7.2v7-2-080v7-2-000
Diffstat (limited to 'README_os2.txt')
-rw-r--r--README_os2.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/README_os2.txt b/README_os2.txt
index c8ac9d89..a8822c39 100644
--- a/README_os2.txt
+++ b/README_os2.txt
@@ -1,32 +1,32 @@
-README_os2.txt for version 7.2c of Vim: Vi IMproved.
+README_os2.txt for version 7.2 of Vim: Vi IMproved.
This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim.
NOTE: You will need two archives:
- vim71rt.zip contains the runtime files (same as for the PC version)
- vim71os2.zip contains the OS/2 executables
+ vim72rt.zip contains the runtime files (same as for the PC version)
+ vim72os2.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/vim71",
+2. Unpack the zip archives. This will create a new directory "vim/vim72",
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 vim71os2.zip
- unzip vim71os2.zip
+ pkunzip -d vim72os2.zip
+ unzip vim72os2.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\vim71
- set path=%path%;D:\editors\vim\vim71
+ set path=%path%;C:\vim\vim72
+ set path=%path%;D:\editors\vim\vim72
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\vim71\vim.exe The Vim version 7.1 executable.
- C:\vim\vim71\doc\*.txt The version 7.1 documentation files.
- C:\vim\vim71\bugreport.vim A Vim version 7.1 script.
- C:\vim\vim71\... Other version 7.1 distributed files.
+ C:\vim\vim72\vim.exe The Vim version 7.1 executable.
+ C:\vim\vim72\doc\*.txt The version 7.1 documentation files.
+ C:\vim\vim72\bugreport.vim A Vim version 7.1 script.
+ C:\vim\vim72\... Other version 7.1 distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim