I don't know if this belongs here on or vim-fugitive, so please let me know if I should move it.
I updated all of my plugins this morning, which left me at 0103538 on vim-fugitive and c6451c on vim-ruby. When I run :Gdiff on a modified file, I get the following error:
Error detected while processing /home/vagrant/.homesick/repos/dpetersen/vimfiles/home/.vim/bundle_storage/vim-ruby/ftplugin/ruby.vim:
line 104:
E484: Can't open file fugitive:///foundation-api/.git//0/spec/features/.ruby-version
I was trying to diff a file that was in my spec/features directory. There is a .ruby-version in the root of my project.
Resetting back to 3a4093 on vim-ruby (the commit immediately before Experimental support for .ruby-version) makes this issue go away.
Please let me know if I'm screwing something up, if I've put this issue in the wrong place, or if you want me to try a fix. If I wasn't a complete idiot at vimscript, I'd try and fix this myself. But this isn't exactly beginner level vimscript.
Reactions are currently unavailable
I don't know if this belongs here on or vim-fugitive, so please let me know if I should move it.
I updated all of my plugins this morning, which left me at 0103538 on vim-fugitive and c6451c on vim-ruby. When I run :Gdiff on a modified file, I get the following error:
I was trying to diff a file that was in my spec/features directory. There is a .ruby-version in the root of my project.
Resetting back to 3a4093 on vim-ruby (the commit immediately before Experimental support for .ruby-version) makes this issue go away.
Please let me know if I'm screwing something up, if I've put this issue in the wrong place, or if you want me to try a fix. If I wasn't a complete idiot at vimscript, I'd try and fix this myself. But this isn't exactly beginner level vimscript.