*os_vms.txt*   For Vim version 5.2b.  Last modification: 1998 May 03


		  VIM REFERENCE MANUAL    by Sandor Kopanyi


							*VMS*
This file contains the particularities for the VMS version of Vim.

For compiling Vim on alpha running VMS, just invoke
	mms /descrip=os_vms.mms

I've taken "make-file" (os_vms.mms) for ver 4.5, works fine.
Changes: in proto.h and in termlib.c are included some .pro files;
they are in subdir proto -> I've changed this lines (include *.pro
to include proto/*.pro). Maybe not the best way :-(( but I'm a database
guy (not a programmer) who needed a good editor ;-) on VMS.

I've worked (and compiled) only the console version, not the GUI. It's OK.
The arrow keys didn't worked, I've mapped them:
	:map <^V + Left-arrow> <LEFT>
and so on.

Sandor Kopanyi
