summaryrefslogtreecommitdiff
path: root/README_os2.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-05-05 18:24:42 +0000
committervimboss <devnull@localhost>2007-05-05 18:24:42 +0000
commit321b66d2dc7f67689f49d54edbbacb535f5a991a (patch)
tree5211ea86daed8e43c3dd25458e808c3d32100097 /README_os2.txt
parentedf1be5e994014ea174ff6f5b54f6fc0bfaebd14 (diff)
downloadvim-321b66d2dc7f67689f49d54edbbacb535f5a991a.tar.gz
updated for version 7.1a
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 d4d94572..fc6853a4 100644
--- a/README_os2.txt
+++ b/README_os2.txt
@@ -1,32 +1,32 @@
-README_os2.txt for version 7.0 of Vim: Vi IMproved.
+README_os2.txt for version 7.1a 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:
- vim70rt.zip contains the runtime files (same as for the PC version)
- vim70os2.zip contains the OS/2 executables
+ vim71art.zip contains the runtime files (same as for the PC version)
+ vim71aos2.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/vim70",
+2. Unpack the zip archives. This will create a new directory "vim/vim71a",
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 vim70os2.zip
- unzip vim70os2.zip
+ pkunzip -d vim71aos2.zip
+ unzip vim71aos2.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\vim70
- set path=%path%;D:\editors\vim\vim70
+ set path=%path%;C:\vim\vim71a
+ set path=%path%;D:\editors\vim\vim71a
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\vim70\vim.exe The Vim version 7.0 executable.
- C:\vim\vim70\doc\*.txt The version 7.0 documentation files.
- C:\vim\vim70\bugreport.vim A Vim version 7.0 script.
- C:\vim\vim70\... Other version 7.0 distributed files.
+ C:\vim\vim71a\vim.exe The Vim version 7.1a executable.
+ C:\vim\vim71a\doc\*.txt The version 7.1a documentation files.
+ C:\vim\vim71a\bugreport.vim A Vim version 7.1a script.
+ C:\vim\vim71a\... Other version 7.1a distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim