Meikel Brandmeyer wrote: > Hello Vim developers, > > some days ago, there was a short discussion on #vim, that one cannot > easily prevent plugins from loading.
Huh? What about vim --noplugin or :set noloadplugins in ~/.vimrc?! Seems pretty easy to me. That said, a way to load plugins selectively isn't a bad idea. But I would suggest doing this by making a...plugin...well, and autoload plugin...that the user can explicitly call from their ~/.vimrc, as well as set noloadplugin, and then let the plugin do the opening of all the other plugins. This way no plugin actually needs to support the system, the user simply needs to install it. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
