Hi James,

On Tue, 18 Apr 2006 12:35:28 +0200
"James Oliver" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote:
> > I want to compile vim6.4 for my recently upgraded xorg. This is
> > because the Debian packages all lack the help.txt file for some
> > reason, even though I've installed vim-doc.
> 
> I've got the file in /usr/share/vim/vim64/doc/help.txt using Debian
> Etch. The file is in the package vim-runtime:
> 
> $ dpkg --search /usr/share/vim/vim64/doc/help.txt
> vim-runtime: /usr/share/vim/vim64/doc/help.txt
> 
> HTH,
> James

If its in your $VIMRUNTIME? you may need to build the tags file.

from within vim:
change to the directory of help.txt
:cd %:p:h
:helptags .
(include the ' . ')


-- 
Mark

Reply via email to