[Vim-vms] Vim: Caught deadly signal BUS - Solution?

Groen Norbert n.groen at pinkroccade.com
Mon Oct 25 10:34:06 CEST 2004


Hi,
 
That seems to do the trick indeed. Could have tought of that before;-)
Wildcards ??? do'nt work under vms indeed, in dcl %%% is used, tried that, but that didn't work either.
I do'nt understand where the decc$ procs come from. 
Is it somewhere in a decc library?
 
Thanks for so far!
 
Norbert. 
-----Original Message-----
From: vim-vms-bounces at polarhome.com [mailto:vim-vms-bounces at polarhome.com]On Behalf Of Zoltan Arpadffy
Sent: zondag 24 oktober 2004 0:32
To: vim-vms at polarhome.com
Subject: [Vim-vms] Vim: Caught deadly signal BUS - Solution?


 
Hi,
 
You can find below a quick and dirty patch that corrects the problem.
 
Seems either decc$to_vms() or decc$translate_vms() does not like "??" wildcards.
I'll try to find some permanent solution for this problem, because both mch_expandpath() and mch_expand_wildcards() are based on these functions. 
 
Regards, 
Z
 
SYSTEM at alpha$ diff_ tag.c
************
File DKA0:<WORK.VIM63-31.SRC>TAG.C;2
 2385                       "doc/tags doc/tags-*"
 2386   #else
******
File DKA0:<WORK.VIM63-31.SRC>TAG.C;1
 2385                       "doc/tags doc/tags-??"
 2386   #else
************
 
Number of difference sections found: 1
Number of difference records found: 1
 
DIFFERENCES /IGNORE=()/MERGED=1-
    DKA0:<WORK.VIM63-31.SRC>TAG.C;2-
    DKA0:<WORK.VIM63-31.SRC>TAG.C;1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.polarhome.com/pipermail/vim-vms/attachments/20041025/fbfbd349/attachment.html 


More information about the Vim-vms mailing list