OpenVMS Notes: VIM

  1. The information presented here is intended for educational use by qualified OpenVMS technologists.
  2. The information presented here is provided free of charge, as-is, with no warranty of any kind.
Edit: 2023-11-30

VIM on VMS and OpenVMS

Where to get VIM (short impartial list)

my local cache of VIM-80 and VIM-82

compiling a new version of vim.exe

   $unzip vim-80-69-vms-src.zip        ! creates sub-folder [.VIM80-69]
   $copy os_vms.c  [.VIM80-69.src]     ! copy my patched file (you must preserve case)
   $set def [.VIM80-69]                ! drop into subfolder
   $set def [.src]                     ! drop into subfolder
   $type Make_vms.mms                  ! view Zoltan's notes
   $type INSTALLvms.txt                ! view other notes
   -------------------------------------------
   use your favorite make tool
   -------------------------------------------
   Zoltan Arpadffy said to type this:
       $mms /descript=Make_vms.mms /ignore=warning
   But I had to type this on my system:
       $mmk /descript=Make_vms.mms /ignore=warning

 Back to Home
Neil Rieck
Waterloo, Ontario, Canada.