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
Fixed by (mattn & tpope) after raising issue via github
set nocp call pathogen#infect() syntax on filetype plugin indent on call pathogen#infect()
see https://github.com/tpope/vim-pathogen/issues/50#issuecomment-3137909