I\'m trying to get command-t installed for vim but my current version of vim doesn\'t have the (+ruby) flag. The command \"which ruby\" shows that ruby is installed.
when you run ./configure you need to add the folowing --enable-rubyinterp
./configure --enable-rubyinterp