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
This could be as a result of end of line characters, CRLF for windows and LF for linux. Change your line endings. if on unix in your ~/.vimrc file :
~/.vimrc
:set fileformat=unix :w