mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
updated for version 7.0001
This commit is contained in:
9
src/proto/if_ruby.pro
Normal file
9
src/proto/if_ruby.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
/* if_ruby.c */
|
||||
int ruby_enabled __ARGS((int verbose));
|
||||
void ruby_end __ARGS((void));
|
||||
void ex_ruby __ARGS((exarg_T *eap));
|
||||
void ex_rubydo __ARGS((exarg_T *eap));
|
||||
void ex_rubyfile __ARGS((exarg_T *eap));
|
||||
void ruby_buffer_free __ARGS((buf_T *buf));
|
||||
void ruby_window_free __ARGS((win_T *win));
|
||||
/* vim: set ft=c : */
|
Reference in New Issue
Block a user