I think I have a bug in one plugin. I would like to load only this plugin, without having to delete all the other bundles in my pathogen\'s bundle folder, to debug.
vim --noplugin
In this case vim will not load any plugins but your vimrc will be used.
After you can load your plugin in vim:
:source 'your plugin path'