On Tue, Jun 19, 2012 at 6:51 PM, Lomig <[email protected]> wrote: > Hello list :) > > As I have not been able to find a compiled package of vim with a +ruby > support for my distribution (Archlinux), I have tried for 2 days to > compile it myself from the mercurial repository... Though without any > success for now. > > After a configure that was meant to be as close as possible to the one > used by my previous binary package, >
There might be some confusion with the naming in archlinux. vim the package contains a minimally configured vim. gvim the package contains vim + gvim with ruby + python + lots of other options enabled. All you need for ruby support is to do pacman -S gvim and you should be done. ~ >>> vim --version | grep +ruby +python -python3 +quickfix +reltime +rightleft +ruby +scrollbind +signs ~ >>> uname -a Linux archlinux 3.4.3-1-ARCH #1 SMP PREEMPT Mon Jun 18 08:28:29 CEST 2012 x86_64 GNU/Linux ~ >>> pacman -Q gvim gvim 7.3.547-1 Cheers -- You received this message from the "vim_dev" 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
