0

Vim 7.3 Installation that described in read me is simple: copy everything from tar archive to ~/.vim I did so. Nothing was happened. No highlight... no plugin help. Nothing On Lion I dont have this problem.

May be I have to put something to vimrc

1 Answers1

0

This is a very old question, so I'm not sure if this will help but I solved the same problem by cloning the Git repository into my ~/.vim/bundle directory (as opposed to ~/.vim) and then adding the line call pathogen#helptags() to the top of my .vimrc (after calling pathogen infect).