On Thu, Feb 11, 2016 at 2:00 AM, Bram Moolenaar <[email protected]> wrote:
> Keep in mind that the plan is to keep the distributed files where they > are. This is only for when you want the latest version, or something > that is not part of the distributed files. Oh, I have mistaken this. I got it. > We might need to put the new bundle directories somewhere else, and have > a new option to find them. 'bundlepath'? And when a bundle is used > automatically add it to 'runtimepath'. That might work. But it's > putting the burden on the Vim user... I also like this idea. Maybe it enables to do ZyX's conditional plugin loading, too. Or, let 'runtimepath' support wildcard, like: set rtp+=~/.vim/bundle/* This helps to add plugins more easily. But it doesn't avoid to load specific plugins in above plugins (in other words, blacklist feature). set rtp+=~/.vim/bundle/*,!~/.vim/bundle/pluginA However, I think this demand applies 'bundlepath' option, too. -- Takuya Fujiwara -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
