wael34218
wael34218

Reputation: 4930

Vundle is not working on Mac OS X lion

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

Answers (2)

user2888062
user2888062

Reputation:

I guess this will be very helpful to you.

http://c7.se/switching-to-vundle/

Upvotes: 1

phildobbin
phildobbin

Reputation: 834

are you calling:

:filetype off

directly before:

:set rtp+=~/.vim/bundle/vundle

(notice lack of trailing space after /vundle)?

Upvotes: 1

Related Questions