summaryrefslogtreecommitdiff
path: root/README_os2.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2013-07-06 15:44:11 +0200
committerBram Moolenaar <bram@vim.org>2013-07-06 15:44:11 +0200
commitaa575fa65776a82b5667bf7ae29ebfa06ce5c59c (patch)
tree9e3bd52deed7c3e70c49fd3b332a37ea67e1e989 /README_os2.txt
parentfbc395bc2854e331084d58303fba4176e57b3a78 (diff)
downloadvim-aa575fa65776a82b5667bf7ae29ebfa06ce5c59c.tar.gz
Vim 7.4a BETA release.v7.4av7-4a
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 866c7a0f..55820b92 100644
--- a/README_os2.txt
+++ b/README_os2.txt
@@ -1,32 +1,32 @@
-README_os2.txt for version 7.3 of Vim: Vi IMproved.
+README_os2.txt for version 7.4a 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:
- vim73rt.zip contains the runtime files (same as for the PC version)
- vim73os2.zip contains the OS/2 executables
+ vim74rt.zip contains the runtime files (same as for the PC version)
+ vim74os2.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/vim73",
+2. Unpack the zip archives. This will create a new directory "vim/vim74",
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 vim73os2.zip
- unzip vim73os2.zip
+ pkunzip -d vim74os2.zip
+ unzip vim74os2.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\vim73
- set path=%path%;D:\editors\vim\vim73
+ set path=%path%;C:\vim\vim74
+ set path=%path%;D:\editors\vim\vim74
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\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.
+ C:\vim\vim74\vim.exe The Vim version 7.4 executable.
+ C:\vim\vim74\doc\*.txt The version 7.4 documentation files.
+ C:\vim\vim74\bugreport.vim A Vim version 7.4 script.
+ C:\vim\vim74\... Other version 7.4 distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim