blob: 496859ce5d97ae350fe9d46e49854d8700c26e78 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_ruby.c */
Bram Moolenaaref269542016-01-19 13:22:12 +01002int ruby_enabled(int verbose);
3void ruby_end(void);
4void ex_ruby(exarg_T *eap);
5void ex_rubydo(exarg_T *eap);
6void ex_rubyfile(exarg_T *eap);
7void ruby_buffer_free(buf_T *buf);
8void ruby_window_free(win_T *win);
9void vim_ruby_init(void *stack_start);
Bram Moolenaar071d4272004-06-13 20:20:40 +000010/* vim: set ft=c : */