Searched refs:ruby_convert_to_vim_value (Results 1 – 1 of 1) sorted by relevance
217 static int ruby_convert_to_vim_value(VALUE val, typval_T *rettv);1868 if (di == NULL || ruby_convert_to_vim_value(val, &di->di_tv) != OK in convert_hash2dict()1878 ruby_convert_to_vim_value(VALUE val, typval_T *rettv) in ruby_convert_to_vim_value() function1929 if (ruby_convert_to_vim_value((VALUE)RARRAY_PTR(val)[i], in ruby_convert_to_vim_value()1982 retval = ruby_convert_to_vim_value(obj, rettv); in do_rubyeval()