On Tue, Nov 13, 2012 at 12:22 PM, Marco <[email protected]> wrote: > Hi, > > I have plenty of help files in my .vim/doc directory. I'd like to > structure it a little more. Apparently simply placing the files in > subdirectories is not sufficient. The help tags can not be found. Is > there a way to either
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). Much cleaner, more portable Just a thought. 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
