On Wed, Nov 14, 2012 at 12:46 AM, Marco <[email protected]> wrote: > 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
My point is that, with the plugins each in their own directory, there is no need to use subdirs for the docs. That makes sense when trying to keep a single, central doc directory clean, but I don't understand what you are trying to achieve here. > 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. Your original question didn't really make this clear...it sounded like you wanted subdirs for your collection of doc files. You could look inside the Vundle plugin and see what its equivalent of :Helptags (I use Pathogen) does or create a pseudo-plugin in the bundle directory for each of your tag files. c -- Chris Lott <[email protected]> -- 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
