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
As mentioned here, I needed to set up Vundle like this:
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Afterwards, the error got resolved. By the way, I am on a FreeBSD 10.3-STABLE machine not macOS