On 2007-05-23, Sebastian Menge <[EMAIL PROTECTED]> wrote:
> Im tweaking the import script right now, and noticed that there are many
> references to the :help.
> 
> I would like to replace all the occurrences of sth. like (:help
> some-text) by a reference to vimdoc.
> 
> Does someone know how what URL could be used instead of ":help
> sometext" ??

I think I'd keep the ":help sometext" so that people can access the 
topic locally if they want to.  This is especially important if 
someone prints a paper copy of the tip.

The "official" on-line help files seem to be at 
http://vimdoc.sourceforge.net/htmldoc/.  For example, the ":help 
i_CTRL-W" entry is found at

   http://vimdoc.sourceforge.net/htmldoc/insert.html#i_CTRL-W

These URLs may have to be found manually, since they consist of the 
file name as well as the tag.

> I found the link
> http://vimdoc.sourceforge.net/htmldoc/tags.html#help-tags but the page
> is not available. (404)

Executing ":help tags.txt" shows there is no tags.txt help file,
so I wouldn't expect there to be a tags.html file, and ":help 
help-tags" shows there is no such tag, either.  However, ":help 
help<tab>" shows ":helptags", which is found in various.txt, so this 
URL should work:

   http://vimdoc.sourceforge.net/htmldoc/various.html#:helptags

and it does.

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Mobile Broadband Division
                             | Spokane, Washington, USA

Reply via email to