Skip to content

Commit ad426ab

Browse files
committed
vgrindefs.src: install workaround for cap_mkdb bug, clean up
cap_mkdb does not accept a language name without alternatives, so I have added one for R. In the Fortran 77 definition, some lead spaces have been converted to tabs, and extraneous spaces at the end of lines have been removed.
1 parent d133daa commit ad426ab

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

vgrindefs.src

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,14 @@ f77|F77:\
152152
:cb=^c:ce=$:\
153153
:ab=^*:ae=$:\
154154
:sb=("|'):se=(\e"|\e'):oc:\
155-
:kw=character complex double integer implicit logical real precision \
156-
external common \
157-
call cycle exit data do else elseif end endif format function goto if \
158-
include parameter pause print read return save stop subroutine then \
159-
write:
160-
R:\
155+
:kw=character complex double integer implicit logical real precision\
156+
external common\
157+
call cycle exit data do else elseif end endif format function goto if\
158+
include parameter pause print read return save stop subroutine then\
159+
write:
160+
# The alternate name is a workaround for a cap_mkdb bug; without it, the entry
161+
# for R is ignored
162+
R|Rproj:\
161163
:pb=\p\d<-\d(function):bb={:be=}:\
162164
:cb=#:ce=$:ab=#:ae=$:da:\
163165
:sb=("|'):se=(\e"|\e'):\

0 commit comments

Comments
 (0)