if_mruby: embedded mruby in vim

2013-01-31 Thread mattn
Hi all. I wrote a patch to add new feature if_mruby to vim. https://github.com/mruby/mruby MRuby is the lightweight implementation of the Ruby language. Most of behavior is same as if_ruby. But, $curwin/$curbuf can't be port to if_mruby. mruby can't define method that the name contains $. So

Re: if_mruby: embedded mruby in vim

2013-01-31 Thread Yasuhiro MATSUMOTO
For MSVC or mingw users,please specify MRUBY=C:/PATH/TO/MRUBY to make argument. On 1/31/13, mattn wrote: > Hi all. > > I wrote a patch to add new feature if_mruby to vim. > > https://github.com/mruby/mruby > > MRuby is the lightweight implementation of the Ruby language. > > Most of behavior is