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 -u NONE -N will load vim with no plugins, with no settings from your .vimrc. You could then :source /path/to/plugin/you-want.vim inside vim to load the one plugin you want loaded.