Harry Putnam wrote: > :h xpt <vim says it knows nothing about it> I even took one of the > items out of ~/.vim/xpt/doc/tags (xpt-function.txt) and tried > :h xpt-function.txt but still I'm told that vim knows nothing about > it. > > Finally I extracted everything under ~/.vim/xpt/ and put it into > ~/.vim. That is, I moved it all up one level. It makes something of > a mess of the ~/.vim directory, like loose *.vim files laying around > that are no longer identifiable as to what plugin they came with, but > at least now vim knows about xpt. > > Just to keep things tidy and to be able to identify which files go > with what plugin... I'd sooner keep plugins in there own named > directory like with ~/.vim/xpt. > > Is it possible to tell vim to look for those kind of files in specific > places as well as ~/.vim and $VIMRUNTIME? > Or even better for vim to recurse ~/.vim for doc and other > directories? > > Hello,
I certainly haven't tested this, but I since your problem relates to vim not finding things -- I suspect that you need to change the runtimepath. In other words, why not include ~/.vim/xpt on your runtimepath? See :echo &rtp for your current runtimepath. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
