Re: New pike.vim (Re: Newlines in strings)

"Henrik Grubbstr?m (Lysator) @ Pike (-) importm?te f?r mailinglistan" <[email protected]> Wed, 17 Jan 2018 14:48:02 +0100
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
> Stephen R. van den Berg wrote:
[...]
> Incidentally the docs for Autodoc seem to be incomplete; it fails to
> document @global ?

It's probably intentional; from Tools.AutoDoc.DocParser:

          parseError("The @global keyword is obsolete. "
                     "Use @belongs predef:: instead.");

	/grubba