view src/proto/if_ruby.pro @ 19450:260de9ec24d0

Added tag v8.2.0282 for changeset f8408ba219827552b5c415b5134bf95e406688d9
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Feb 2020 18:15:06 +0100
parents 518f44125207
children
line wrap: on
line source

/* if_ruby.c */
int ruby_enabled(int verbose);
void ruby_end(void);
void ex_ruby(exarg_T *eap);
void ex_rubydo(exarg_T *eap);
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 : */