Vim Error E492 - Not an editor command: PluginInstall

前端 未结 4 1956
离开以前
离开以前 2021-02-12 11:26

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

4条回答
  •  灰色年华
    2021-02-12 12:09

    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 :

    :set fileformat=unix :w

提交回复
热议问题