annotate src/proto/if_ruby.pro @ 192:2fcd444c4bd3
v7.0057
updated for version 7.0057
author |
vimboss |
date |
Mon, 07 Mar 2005 23:26:06 +0000 |
parents |
3fc0f57ecb91 |
children |
d8f905020502 |
rev |
line source |
7
|
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 : */
|