Pathogen does not work for me. I am following Adam Lowe\'s hints posted here (and few more) without any success...
My vimrc:
filetype off call pathogen
set nocp call pathogen#infect() syntax on filetype plugin indent on call pathogen#infect()
The above helped me fix the issue, can't leave a comment on other peoples however thank you for posting the code above.