Sunday, March 27, 2011

Re: Why Ruby is not supported on Vim7.3 (needed for commandT)

On Sun, 27 Mar 2011, wei gao wrote:

> Hi,
>  
> I want to use the commandT plugin
> http://www.vim.org/scripts/script.php?script_id=3025. However it needs
> ruby support which is not on Vim7.3. Anyone knows how to work around
> this?

I'm typing this email in Vim 7.3 with
Ruby support enabled.

If you're using a self-compiled version, you might need to add:

--with-rubyinterp=yes
(default is 'no')

to the arguments you passed to ./configure. You might also need to add
development headers, depending on your distribution.

Otherwise (if you're using Windows or a distro-compiled version of Vim),
we'd need more information to determine how you can get Ruby support.

--
Best,
Ben

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: