mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.1.1056: no eval function for Ruby
Problem: No eval function for Ruby. Solution: Add rubyeval(). (Ozaki Kiichi, closes #4152)
This commit is contained in:
@@ -7,4 +7,5 @@ void ex_rubyfile(exarg_T *eap);
|
||||
void ruby_buffer_free(buf_T *buf);
|
||||
void ruby_window_free(win_T *win);
|
||||
void vim_ruby_init(void *stack_start);
|
||||
void do_rubyeval(char_u *str, typval_T *rettv);
|
||||
/* vim: set ft=c : */
|
||||
|
Reference in New Issue
Block a user