Dr. Uwe Schneider wrote:
Hi!

I have vim version 7.0 installed, but unfortunately no vim.hlp is delivered 
with the package. Where I can get vim.hlp?

Any idea?

I would appreciate to get a hint on where I can download the help file or to 
simply receive it per email attachment.

Thanx in advance!

Regards, Doc


There is no vim.hlp. The vim help is called from within Vim using

        :help

or

        <F1>

or

        :help <subject>

The help system consists of a number of text files located in $VIMRUNTIME/doc/*.txt and indexed by $VIMRUNTIME/doc/tags

If you are a beginner to Vim, you can also start the "vimtutor" program, which should have been installed together with Vim. It accepts one optional argument which is a two-letter language code such as fr for French, nl for Dutch, etc. If it doesn't find a tutor script in the required language, or if you omit the language, you get the English tutor.


Best regards,
Tony.
--
Save Soviet Jewry -- Win Valuable Prizes!!!!

Reply via email to