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

This file explains the installation of Vim on OS/2 systems.
See "README" 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.  Examples:
	pkunzip -d vim50os2.zip
	unzip vim50os2.zip

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.0
	set path=%path%;D:\editors\vim-5.0

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
