view src/proto/if_ruby.pro @ 9348:fc80cc404acc

Added tag v7.4.1955 for changeset 25c562442f8cb24a2f5fea54dff257667c4ba924
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Jun 2016 16:45:05 +0200
parents 21b0a39d13ed
children 518f44125207
line wrap: on
line source

/* 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 : */