Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #483 from medlefsen/fix_mri_ruby
Browse files Browse the repository at this point in the history
Ruby checker breaks with rvm when using "system" ruby
  • Loading branch information
scrooloose committed Feb 26, 2013
2 parents 182b3f0 + c658f06 commit 2519d83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions syntax_checkers/ruby/mri.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ endif
let g:loaded_syntastic_ruby_mri_checker=1

function! s:FindRubyExec()
if executable("rvm")
return system("rvm tools identifier")
endif

return "ruby"
endfunction

Expand Down

0 comments on commit 2519d83

Please sign in to comment.