syntastic/syntax_checkers/ruby
Austin Ziegler cfd41f1ca3 Enable user-specified Ruby interpreters.
On systems where Ruby 1.8.7 is the default Ruby and users use
alternative suffixes (e.g., ruby19) or even rbenv or rvm Rubies, modern
Ruby syntax will be highlighted as an error.

The default behaviour in Syntastic is to run 'ruby' to check the syntax
of the script in question. This patch allows the user to specify a
different binary which may even be a full path. This should work on all
platforms.

  let g:syntastic_ruby_exec = 'ruby19'
  let g:syntastic_ruby_exec = '~/.rbenv/versions/1.9.2-p318/bin/ruby'
2012-07-24 13:08:22 +01:00
..
jruby.vim Adds jruby errorformat 2012-07-04 22:17:05 +02:00
macruby.vim Added MacRuby/RubyMotion syntax checker. 2012-05-09 14:12:15 +02:00
mri.vim Enable user-specified Ruby interpreters. 2012-07-24 13:08:22 +01:00