annotate src/proto/if_ruby.pro @ 34:e170173ecb68
current-release
before ack base protocol.
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Wed, 26 Nov 2008 15:02:10 +0900 |
parents |
76efa0be13f1 |
children |
|
rev |
line source |
0
|
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 : */
|