2012-11-13 Chris Lott:

> Not sure if it's an option, but using a plugin manager like
> [Pathogen](https://github.com/tpope/vim-pathogen) or
> [Vundle](https://github.com/gmarik/vundle) allows you to keep the help
> files in place in that plugin's folder (along with everything else).

I already use Vundle, but I don't see a difference if I create the
help and corresponding tag files in ~/.vim/doc or in the bundle
directory. Files located in subdirectories are not found using
Vundle, either.

  ~/.vim/bundle/whatever/doc/foo        # found
  ~/.vim/bundle/whatever/doc/tags
  ~/.vim/bundle/whatever/doc/subir/bar  # not found
  ~/.vim/bundle/whatever/doc/subir/tags

> Much cleaner, more portable

If it only would work. Since the tag files in

  ~/.vim/bundle/whatever/doc

are being found, it means there is apparently a way to locate tag
file outside of ~/.vim/doc. I need to apply the same logic as
Vundle, just with a different path.


Marco


-- 
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

Reply via email to