summaryrefslogtreecommitdiff
path: root/src/proto/if_ruby.pro
blob: 496859ce5d97ae350fe9d46e49854d8700c26e78 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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);
/* vim: set ft=c : */