Merged from the latest developing branch.
[MacVim/KaoriYa.git] / src / proto / if_ruby.pro
blob7dedb225cb355e75add5130b31a4d97731bcfa3c
1 /* if_ruby.c */
2 int ruby_enabled __ARGS((int verbose));
3 void ruby_end __ARGS((void));
4 void ex_ruby __ARGS((exarg_T *eap));
5 void ex_rubydo __ARGS((exarg_T *eap));
6 void ex_rubyfile __ARGS((exarg_T *eap));
7 void ruby_buffer_free __ARGS((buf_T *buf));
8 void ruby_window_free __ARGS((win_T *win));
9 /* vim: set ft=c : */