Problem with Vim's Ruby plugin

后端 未结 6 1088
一整个雨季
一整个雨季 2021-02-13 18:34

I have just installed Vim and when ever I go to open in ruby file I get these errors:

Error detected while processing C:\\Program files (x86)\\Vim\\vimfiles\\ftp         


        
6条回答
  •  遇见更好的自我
    2021-02-13 19:11

    Note that instead of editing ruby.vim file you can just add

    let g:ruby_path = ':C:\ruby192\bin'
    

    in your _vimrc file (or equivalent for your platform). That way you won't need to keep re-editing ruby.vim when you update it.

提交回复
热议问题