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

This file explains the installation of Vim on AlphaNT systems.
See "README" for information about Vim.

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

2. Unpack the zip archive.  This will create a new directory, in which all the
   Vim files are placed.  Examples:
	pkunzip -d gvim51.zip
	unzip gvim51.zip

3. To run gvim just double click gvim.exe or create a shortcut to it.  To
   create a shortcut just right mouse button drag gvim.exe to where you want
   the shortcut.  When you get a menu select Create Shortcut(s) Here.

4. Add the Vim directory to your path.  Simply Right Click on the My Computer
   icon on the desktop and then choose Properties. Select the Environment tab
   and add the Vim directory to the System Path Variable or User Path Variable.
   This will give you access to the command line version (vim.exe).

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 system or user environment variable.  Examples:
  	VIM=D:\vim-5.1
  	VIM=D:\Program Files\vim-5.1

- You can customize gvim and vim by editing the _gvimrc and _vimrc in the vim
  directory.  You can also add you own features to gvim's menu by editing
  menu.vim in the vim directory. 

For further information, type one of these inside Vim:
	:help dos
	:help msdos
	:help win32
