I am trying to install Vundle on my Macvim. I followed the following link to get Vundle. I also configured my .vimrc file. But when I try PluginInstall, I get the following erro
You can check the output of :version
system vimrc file: "/etc/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
Note which vimrc file you are using, say you are configuring $HOME/vimrc
, but vim is reading $HOME/.vimrc
(without dot at filename)
This happened to me.
Hope this will help you.