README_os2.txt for version 5.3 of Vim: Vi IMproved.

This file explains the installation of Vim on OS/2 systems.
See "README.txt" for information about Vim.

1. Go to the directory where you want to put the Vim files.  Examples:
	cd C:\
	cd D:\editors

2. Unpack the zip archive.  This will create a new directory, in which all the
   Vim files are placed.  The directory name includes the version number, it
   is unlikely that you overwrite existing files.  Examples:
	pkunzip -d vim50os2.zip
	unzip vim50os2.zip

   After you unpacked the files, you can still move the whole directory tree
   to another location.

3. Add the Vim directory to your path.  The simplest is to add a line to your
   autoexec.bat.  Examples:
	set path=%path%;C:\vim-5.2
	set path=%path%;D:\editors\vim-5.2

That's it!


Extra remarks:

- You can put your Vim executable anywhere else.  If the executable is not
  with the other Vim files, you should set $VIM to that directory.  The
  simplest is to add a line to your autoexec.bat.  Examples:
  	set VIM=c:\vim-5.0
  	set VIM=d:\editors\vim-5.0

For further information, type this inside Vim:
	:help os2
