[#28] vimball not working on VMS
Summary vimball not working on VMS
Queue Vim on VMS
Type Bug
State Accepted
Priority 1. Low
Owners
Requester sferencik (at) alpha (dot) polarhome (dot) com
Created 12/30/2010 (4869 days ago)
Due
Updated 03/29/2011 (4780 days ago)
Assigned
Resolved
Attachments

History
03/29/2011 Zoltan Arpadffy State ⇒ Accepted
 
12/30/2010 sferencik@alpha.polarhome.com Comment #2 Reply to this comment
Please feel free to send me any changes and, so long as they're 
designed to not
get entangled with windows/linux (ie. uses has("vms") when needed) 
I'll include
them.  One more thing: please use the version of vimball available from
http://mysite.verizon.net/astronaut/vim/index.html#VIMBALL so that 
your changes
will be applied to the latest version.

Thanks!
Chip Campbell
[the author/maintainer of vimball]


12/30/2010 sferencik@alpha.polarhome.com Comment #1
State ⇒ Unconfirmed
New Attachment: sourcing-errors.txt
Queue ⇒ Vim on VMS
Summary ⇒ vimball not working on VMS
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
The Vimball plugin does not work on VMS. When a vba archive is sourced, the
sourcing produces a lot of errors. At least some of them seem to be related to
directory paths.

To reproduce:
1) download a vimball plugin, e.g. align.vba from
    http://mysite.verizon.net/astronaut/vim/vbafiles/Align.vba.gz
    extract

2) copy to VMS (I needed to un-gzip, zip, FTP, and unzip on VMS)

3) vim align.vba
    :so %

This produces a screenfull of errors (see the attachment).