> Do you guys know if the regular vim installer installs the
> vim documentation? Whenever I try to access the help by
> typing ":help" I get the following error:
>
> E434: Can't find tag pattern
Not sure. In Vim, look at result from:
:echo $VIMRUNTIME
Under that directory, there should be a 'doc' directory which
contains a 'tags' file. I expect you have that file, but its
contents are not correct?
In Vim, enter following to rebuild that file:
:helptags $VIMRUNTIME/doc
Does this change things?
John
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment