From autotag.vim:
install details
Simply source the file autoTag.vim from your .vimrc file. This utility will (obviously) only work when using vim that's been compiled with python support.
Is this needed because this is a Python plugin in vim, instead of a vimscript? Aren't plugins in .vim/plugin
loaded automatically?
This plugin only works when I source it. Is this behavior expected because I'm using pathogen?