Reputation: 4930
So I am pulling my hair out ...
I tried to install vundle on Mac OS X Lion(10.7.4) without any luck.
First I tried it on built-in vim it gives me the following error:
Error detected while processing /Users/username/.vimrc:line 5:
E117: Unknown function: vundle#rc
I tried vundle on a fresh installed vim from source (vim 7.3) didnt work. Then I tried it out on MacVim it didn't work either. They all prompt the same error.
Vundle used to work fine on my Fedora machine.
What am I missing?
Thanks
Upvotes: 2
Views: 3381
Reputation:
I guess this will be very helpful to you.
http://c7.se/switching-to-vundle/
Upvotes: 1
Reputation: 834
are you calling:
:filetype off
directly before:
:set rtp+=~/.vim/bundle/vundle
(notice lack of trailing space after /vundle)?
Upvotes: 1